mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-06-18 22:23:07 -03:00
Working bytes-regexes, faster, MORE tests pass
This commit is contained in:
@ -20,9 +20,11 @@ unicode_problems = {
|
||||
# but tartrazine is correct
|
||||
bad_in_chroma = {
|
||||
"#{__DIR__}/tests/bash_session/test_comment_after_prompt.txt",
|
||||
"#{__DIR__}/tests/html/javascript_backtracking.txt",
|
||||
"#{__DIR__}/tests/java/test_default.txt",
|
||||
"#{__DIR__}/tests/java/test_multiline_string.txt",
|
||||
"#{__DIR__}/tests/java/test_numeric_literals.txt",
|
||||
"#{__DIR__}/tests/octave/test_multilinecomment.txt",
|
||||
"#{__DIR__}/tests/php/test_string_escaping_run.txt",
|
||||
"#{__DIR__}/tests/python_2/test_cls_builtin.txt",
|
||||
}
|
||||
@ -30,18 +32,14 @@ bad_in_chroma = {
|
||||
known_bad = {
|
||||
"#{__DIR__}/tests/bash_session/fake_ps2_prompt.txt",
|
||||
"#{__DIR__}/tests/bash_session/prompt_in_output.txt",
|
||||
"#{__DIR__}/tests/bash_session/test_newline_in_echo_no_ps2.txt",
|
||||
"#{__DIR__}/tests/bash_session/test_newline_in_ls_ps2.txt",
|
||||
"#{__DIR__}/tests/bash_session/ps2_prompt.txt",
|
||||
"#{__DIR__}/tests/bash_session/test_newline_in_ls_no_ps2.txt",
|
||||
"#{__DIR__}/tests/bash_session/test_virtualenv.txt",
|
||||
"#{__DIR__}/tests/bash_session/test_newline_in_echo_no_ps2.txt",
|
||||
"#{__DIR__}/tests/bash_session/test_newline_in_echo_ps2.txt",
|
||||
"#{__DIR__}/tests/c/test_string_resembling_decl_end.txt",
|
||||
"#{__DIR__}/tests/html/css_backtracking.txt",
|
||||
"#{__DIR__}/tests/bash_session/test_newline_in_ls_no_ps2.txt",
|
||||
"#{__DIR__}/tests/bash_session/test_newline_in_ls_ps2.txt",
|
||||
"#{__DIR__}/tests/bash_session/test_virtualenv.txt",
|
||||
"#{__DIR__}/tests/mcfunction/data.txt",
|
||||
"#{__DIR__}/tests/mcfunction/selectors.txt",
|
||||
"#{__DIR__}/tests/php/anonymous_class.txt",
|
||||
"#{__DIR__}/tests/html/javascript_unclosed.txt",
|
||||
}
|
||||
|
||||
# Tests that fail because of a limitation in PCRE2
|
||||
|
Reference in New Issue
Block a user