-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
landing strip reporter breaks in iTerm #211
Comments
I have iTerm2 (Build 1.0.0.20120108). I tried this on mocha's own source code:
Worked fine. |
and I have iTerm2 (Build 1.0.0.20120123) and it's clearly broken… |
Upgraded iTerm2 to Build 1.0.0.20120123 and it still worked on mocha's source. I have no specific settings. What OS (OS X version) are you using? |
MacOSX 10.7.2 I forgot to mention that I use zsh as default shell prompt, although it still happens when i change to bash |
I have the same version of OS and I use zsh as well. Can you paste what you have in the terminal when you try running the specs with the |
http://cl.ly/011p1k0q1P262f280m1T This is what I get normally... using the same command that you did results in a "no such file" I installed mocha using npm -g so i guess the binary is somewhere else. |
Landing works fine for me in iTerm 1 Build 0.10 and iTerm 2 Build 1.0.0 on 10.7.2 |
Tested on Ubuntu 11.10's terminal and the landing strip only shows up once. (What is reported broken is that the strip is printed for each test, correct?) If the terminal is full screen it looks perfect. However, if I decrease the width of the terminal screen then the command text is shown, partially cutoff, after the landing strip. Sounds like this is not what this issue is about though. |
This issue has been inactive for over 1 month so I'm closing it. If you think it's still an issue re-open. - tjbot |
Breaks in iTerm2 (Build 2.0) and in the last nightly (Build 2.9.20141006-nightly), on Mac OSX 10.10. It works as intended on the default Terminal app. |
replaced non-ANSI.SYS escape sequence in landing reporter, fixes #211
…specified-async # By Christopher Hiller (13) and others # Via Christopher Hiller (7) and others * 'v2.0.0' of https://github.com/boneskull/mocha: (45 commits) Remove 0.4 from .travis.yml Add 0.4 back to .travis.yml Release 1.21.5 replaced non-ANSI.SYS escape sequence in landing reporter, fixes mochajs#211 make project follow editorconfig rules add an .editorconfig fixing build for NodeJS v0.6.x refac(lib/*): add/remove semicolons, etc.. refac(_mocha.js): remove duplicate declaration build do not attempt to highlight syntax when non-HTML reporter is used [reporter] Add test for pending tests of json-reporter Bumps escape-string-regexp to 1.0.2. HTML reporter: preserve query params when navigating to suites/tests utils.js: correcting botched indentation in canonicalize() .gitignore: ignore .patch and .diff files changed 'Catched' to 'Caught' in uncaught exception error handler messages [reporter] Add `pending` field for json reporter rm redundant var Runner.prototype.uncaught: don't double-end runnables that already have a state. ...
and possibly others
The text was updated successfully, but these errors were encountered: