diff options
Diffstat (limited to 't/recipes/checks/cruft/cruft-minified-js/eval/post-test')
-rw-r--r-- | t/recipes/checks/cruft/cruft-minified-js/eval/post-test | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/t/recipes/checks/cruft/cruft-minified-js/eval/post-test b/t/recipes/checks/cruft/cruft-minified-js/eval/post-test new file mode 100644 index 0000000..f1d2602 --- /dev/null +++ b/t/recipes/checks/cruft/cruft-minified-js/eval/post-test @@ -0,0 +1,4 @@ +s/mean line length is about [0-9]+ characters$/mean line is about NUMBER characters/ +s/line [0-9]+ is [0-9]+ characters long \(>[0-9]+\)$/line POSITION is LENGTH characters long (>CUTOFF)/ +s/code fragment:.*$/code fragment:CODE/ +s/extract of copyright statement:.*/extract of copyright statement: COPYRIGHT/ |