Fix case where indentation was causing the plain list item matcher to match items it wouldn't use in other parts.
This commit is contained in:
@@ -9,7 +9,7 @@ cd "$DIR"
|
||||
: ${org_dir:="$DIR/../org_mode_samples"}
|
||||
: ${compare_bin:="$DIR/../target/debug/org_compare"}
|
||||
|
||||
test_files=$(find $org_dir -type f -name '*.org')
|
||||
test_files=$(find $org_dir -type f -name '*.org' | sort)
|
||||
|
||||
cargo build --bin org_compare
|
||||
|
||||
|
||||
Reference in New Issue
Block a user