test/RubyLess/string.yml in rubyless-0.8.10 vs test/RubyLess/string.yml in rubyless-0.8.11

- old
+ new

@@ -24,5 +24,9 @@ equal: src: "str == 'str'" tem: '(str=="str")' res: 'true' + +split: + src: "'one.two'.split('.').join('/')" + tem: '"one/two"' \ No newline at end of file