-
Notifications
You must be signed in to change notification settings - Fork 141
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The new syntax files cause new test to fail (and C# to pass). This should be looked over more carefully and fixed in the future.
- Loading branch information
1 parent
51332a8
commit 0aa5b6a
Showing
6 changed files
with
22 additions
and
3 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,15 @@ | ||
loading syntax definitions from testdata/Packages | ||
FAILED testdata/Packages/C#/tests/syntax_test_Strings.cs: 38 | ||
FAILED testdata/Packages/Clojure/tests/syntax_test_clojure.clj: 1 | ||
FAILED testdata/Packages/Erlang/syntax_test_erlang.erl: 783 | ||
FAILED testdata/Packages/Git Formats/syntax_test_git_config: 17 | ||
FAILED testdata/Packages/Git Formats/syntax_test_git_rebase: 3 | ||
FAILED testdata/Packages/JSON/syntax_test_json.json: 4 | ||
FAILED testdata/Packages/Java/syntax_test_java.java: 817 | ||
FAILED testdata/Packages/JavaScript/tests/syntax_test_js.js: 47 | ||
FAILED testdata/Packages/LaTeX/syntax_test_latex.tex: 1 | ||
FAILED testdata/Packages/Makefile/syntax_test_makefile.mak: 6 | ||
FAILED testdata/Packages/Markdown/syntax_test_markdown.md: 3920 | ||
FAILED testdata/Packages/PHP/syntax_test_php.php: 22 | ||
FAILED testdata/Packages/Ruby/syntax_test_ruby.rb: 1 | ||
FAILED testdata/Packages/ShellScript/test/syntax_test_bash.sh: 14 | ||
exiting with code 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,14 @@ | ||
loading syntax definitions from testdata/Packages | ||
FAILED testdata/Packages/C#/tests/syntax_test_Strings.cs: 38 | ||
FAILED testdata/Packages/Clojure/tests/syntax_test_clojure.clj: 1 | ||
FAILED testdata/Packages/Erlang/syntax_test_erlang.erl: 783 | ||
FAILED testdata/Packages/Git Formats/syntax_test_git_config: 17 | ||
FAILED testdata/Packages/Git Formats/syntax_test_git_rebase: 3 | ||
FAILED testdata/Packages/JSON/syntax_test_json.json: 4 | ||
FAILED testdata/Packages/Java/syntax_test_java.java: 817 | ||
FAILED testdata/Packages/JavaScript/tests/syntax_test_js.js: 47 | ||
FAILED testdata/Packages/LaTeX/syntax_test_latex.tex: 1 | ||
FAILED testdata/Packages/Markdown/syntax_test_markdown.md: 11 | ||
FAILED testdata/Packages/Markdown/syntax_test_markdown.md: 3920 | ||
FAILED testdata/Packages/PHP/syntax_test_php.php: 22 | ||
FAILED testdata/Packages/Ruby/syntax_test_ruby.rb: 1 | ||
FAILED testdata/Packages/ShellScript/test/syntax_test_bash.sh: 14 | ||
exiting with code 1 |