Skip to content

Commit

Permalink
Merge pull request #232 from gosub-browser/parser-data
Browse files Browse the repository at this point in the history
Parser data
  • Loading branch information
jaytaph authored Nov 8, 2023
2 parents 00ab68e + d90da26 commit 1af9891
Show file tree
Hide file tree
Showing 11 changed files with 359 additions and 405 deletions.
8 changes: 4 additions & 4 deletions src/bin/parser-test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ fn main() {
tests_failed: Vec::new(),
};

let filenames = Some(&["tests2.dat"][..]);
let filenames = Some(&["tests15.dat"][..]);
let fixtures = read_fixtures(filenames).expect("fixtures");

for fixture_file in fixtures {
Expand All @@ -41,9 +41,9 @@ fn main() {

let mut test_idx = 1;
for test in fixture_file.tests {
// if test_idx == 57 {
run_test(test_idx, test, &mut results);
// }
if test_idx == 10 {
run_test(test_idx, test, &mut results);
}
test_idx += 1;
}

Expand Down
Loading

0 comments on commit 1af9891

Please sign in to comment.