#BUGFIX by sr
authorsr
Wed, 11 Oct 2017 14:17:13 +0200
changeset 1792 6c1e59502722
parent 1791 7378294bb6c6
child 1793 f5625dd55555
#BUGFIX by sr class: RegressionTests::FuzzyMatcherTests changed: #testEmptyPattern
RegressionTests__FuzzyMatcherTests.st
--- a/RegressionTests__FuzzyMatcherTests.st	Wed Oct 11 14:16:38 2017 +0200
+++ b/RegressionTests__FuzzyMatcherTests.st	Wed Oct 11 14:17:13 2017 +0200
@@ -104,7 +104,7 @@
                 
                 assert: matcher scoreFor: ''            equals: 0;
                 assert: matcher scoreFor: 'abc'         equals: -3;
-                assert: matcher scoreFor: '   '         equals: 0.
+                assert: matcher scoreFor: '   '         equals: -3.
 !
 
 testIsSeperator