Skip to content

Commit e868d1d

Browse files
committed
fixup! fixup! [#164] Add workflow for running Windows tests on CI
1 parent 9c29a0b commit e868d1d

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

tests/golden/check-ignore/check-ignore.bats

+2-4
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,6 @@ EOF
102102
run xrefcheck\
103103
--ignore "<to-ignore>"
104104
assert_failure
105-
assert_output --partial "option --ignore: Glob pattern compilation failed.
106-
Error message is:
107-
compile :: bad <>, expected number followed by - in to-ignore
108-
"
105+
assert_output --partial "option --ignore: Glob pattern compilation failed."
106+
assert_output --partial "compile :: bad <>, expected number followed by - in to-ignore"
109107
}

tests/golden/check-ignoreExternalRefsTo/expected_windows.gold

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
2-
31
=== Invalid references found ===
42

53
➥ In file check-ignoreRefs.md

0 commit comments

Comments
 (0)