-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incorrectly expanded numbers loses one of the numbers #1518
Comments
It's turned out that I can't run unit tests on my Mac: $ ./mvnw jasmine:test
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------< ru.mystamps:mystamps >------------------------
[INFO] Building My Stamps 0.4.6-SNAPSHOT
[INFO] --------------------------------[ war ]---------------------------------
[INFO]
[INFO] --- jasmine-maven-plugin:2.2:test (default-cli) @ mystamps ---
[INFO] jetty-8.2.0.v20160908
[INFO] Started [email protected]:57881
[INFO] Executing Jasmine Specs
Downloading from central: https://repo.maven.apache.org/maven2/com/github/klieber/phantomjs/1.9.8/phantomjs-1.9.8-macosx.zip
Downloaded from central: https://repo.maven.apache.org/maven2/com/github/klieber/phantomjs/1.9.8/phantomjs-1.9.8-macosx.zip (9.4 MB at 2.3 MB/s)
[INFO] Resolved artifact /Users/coder/.m2/repository/com/github/klieber/phantomjs/1.9.8/phantomjs-1.9.8-macosx.zip from central (https://repo.maven.apache.org/maven2, default, releases)
[INFO] Extracting /Users/coder/.m2/repository/com/github/klieber/phantomjs/1.9.8/phantomjs-1.9.8-macosx.zip/phantomjs-1.9.8-macosx/bin/phantomjs to /Users/coder/git/mystamps/target/phantomjs/phantomjs-1.9.8-macosx/bin/phantomjs
фев 04, 2021 10:29:13 PM org.openqa.selenium.phantomjs.PhantomJSDriverService <init>
INFO: executable: /Users/coder/git/mystamps/target/phantomjs/phantomjs-1.9.8-macosx/bin/phantomjs
фев 04, 2021 10:29:13 PM org.openqa.selenium.phantomjs.PhantomJSDriverService <init>
INFO: port: 45287
фев 04, 2021 10:29:13 PM org.openqa.selenium.phantomjs.PhantomJSDriverService <init>
INFO: arguments: [--webdriver=45287, --webdriver-logfile=/Users/coder/git/mystamps/phantomjsdriver.log]
фев 04, 2021 10:29:13 PM org.openqa.selenium.phantomjs.PhantomJSDriverService <init>
INFO: environment: {}
фев 04, 2021 10:29:33 PM org.openqa.selenium.os.UnixProcess checkForError
SEVERE: org.apache.commons.exec.ExecuteException: Execution failed (Exit value: -559038737. Caused by java.io.IOException: Cannot run program "/Users/coder/git/mystamps/target/phantomjs/phantomjs-1.9.8-macosx/bin/phantomjs" (in directory "."): error=86, Bad CPU type in executable) And it hangs on the last line. |
It doesn't block me now, as in #1484 unit tests have been ported to Jest. |
Another use-case: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I found it when I were adding similar series but it might affect other places as well. When you specify
989,1166-1167
it gets transformed into989,1166
The text was updated successfully, but these errors were encountered: