Skip to content
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

Getting "ESC[G" in my output #41

Open
achun opened this issue Sep 15, 2017 · 1 comment
Open

Getting "ESC[G" in my output #41

achun opened this issue Sep 15, 2017 · 1 comment

Comments

@achun
Copy link

achun commented Sep 15, 2017

The .sublime-build

{
	"shell_cmd": "tape ./index.js | tap-summary --no-progress",
	"working_dir": "${file_path}",
	"selector": "source.js",
    "target": "ansi_color_build",
    "syntax": "Packages/ANSIescape/ANSI.tmLanguage"
}

The links:

https://github.com/substack/tape

https://github.com/zoubin/tap-summary

image

@hsandt
Copy link

hsandt commented Feb 25, 2018

Similar issue with ESC[1d ESC[2J instead of the bold I get in a terminal. Also at the beginning of the output, the rest of the output appears fine with colors and all.
By the way, my tests open a GUI app as a side-effect (it's pico-test running on PICO-8), and the output is only converted once the app is closed. But that may be unrelated (it this bug is fixed but the second remains, I'll open a new ticket).

While app is opened
image

App is closed, but only tags after the first two are converted
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants