Skip to content

Commit

Permalink
gosub-io#521 - Updated FIXTURE_ROOT path
Browse files Browse the repository at this point in the history
  • Loading branch information
aemreaydin committed Oct 28, 2024
1 parent c3a27f7 commit 550864d
Showing 1 changed file with 1 addition and 1 deletion.
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 550864d

Please sign in to comment.