Skip to content

Commit

Permalink
update assets and known failures
Browse files Browse the repository at this point in the history
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
jalil-salame committed May 11, 2024
1 parent 51332a8 commit 0aa5b6a
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 3 deletions.
Binary file modified assets/default.themedump
Binary file not shown.
Binary file modified assets/default_metadata.packdump
Binary file not shown.
Binary file modified assets/default_newlines.packdump
Binary file not shown.
Binary file modified assets/default_nonewlines.packdump
Binary file not shown.
12 changes: 11 additions & 1 deletion testdata/known_syntest_failures.txt
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
13 changes: 11 additions & 2 deletions testdata/known_syntest_failures_fancy.txt
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

0 comments on commit 0aa5b6a

Please sign in to comment.