ShortStrings.jl icon indicating copy to clipboard operation
ShortStrings.jl copied to clipboard

Add additional test cases to improve coverage

Open quinnj opened this issue 4 years ago • 1 comments

quinnj avatar Apr 26 '21 19:04 quinnj

This needs to have @static if VERSION >= ... ... end around the tests for parsing arguments at the end of a string. That causes the tests to fail on older versions of Julia (before Jeff merged in the change I did to make numbers work as string arguments, not just things that looked like symbols) (and thanks for the extra tests! It's appreciated!)

ScottPJones avatar May 13 '21 11:05 ScottPJones