Skip to content

Commit

Permalink
Merge pull request #659 from aemreaydin/text_fixture_root_fix
Browse files Browse the repository at this point in the history
#521 - Updated FIXTURE_ROOT path
  • Loading branch information
jaytaph authored Oct 31, 2024
2 parents 13d6eaf + 7c4b988 commit 36d3417
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

Ahmed Ibrahim <[email protected]>
DynamiteC <[email protected]>
Emre AYDIN <[email protected]>
Joshua Thijssen <[email protected]>
Nicholas Nguyen <[email protected]>
Niklas Scheerhoorn <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion crates/gosub_testing/src/testing.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
pub mod tokenizer;
pub mod tree_construction;

pub const FIXTURE_ROOT: &str = "./tests/data/html5lib-tests";
pub const FIXTURE_ROOT: &str = concat!(env!("CARGO_MANIFEST_DIR"), "/../gosub_html5/tests/data/html5lib-tests",);
pub const TREE_CONSTRUCTION_PATH: &str = "tree-construction";

0 comments on commit 36d3417

Please sign in to comment.