lib-ruby-parser 4.0.6+ruby-3.1.2

Ruby parser
Documentation
1
2
3
4
5
6
7
8
9
10
11
use super::{fixture_file, test_file};

fixture_file!(
    "src/tests/fixtures/lexer/manual",
    test_string_single_escape_chars_0
);
fixture_file!("src/tests/fixtures/lexer/manual", test_bug_expr_end_colon_0);
fixture_file!("src/tests/fixtures/lexer/manual", test_label_colon2_22_0);
fixture_file!("src/tests/fixtures/lexer/manual", test_string_single_0);
fixture_file!("src/tests/fixtures/lexer/manual", test_string_pct_null_0);
fixture_file!("src/tests/fixtures/lexer/manual", test_string_pct_w_null_0);