1
0
Fork 0

Check that the output of the ‘oni-smartparens’ test ends in t

There can be other output, but that doesn’t mean the test failed, as long as t
is the last thing.
This commit is contained in:
Tom Willemse 2021-02-24 21:14:49 -08:00
parent 9e0f0d4352
commit c9ad4acc44

2
test/integration/oni-smartparens.bats Normal file → Executable file
View file

@ -7,5 +7,5 @@
echo "$output"
[ "$output" = "t" ]
[[ "$output" == *"t" ]]
}