Sha256: a4c24b72c1233fcfbe02b69c166c0dbf49cac3a6c8a6935ec247dcce850dd2d8

Contents?: true

Size: 429 Bytes

Versions: 14

Compression:

Stored size: 429 Bytes

Contents

empty:
  str: ""
  tem: '""'

text:
  str: "hello"
  tem: '"hello"'

dynamic_string:
  str: 'one #{name} two'
  tem: '"one #{node.name} two"'

concat_static:
  src: "concat('hello ', 'World!')"
  tem: '"hello World!"'

gsub_static:
  src: "'one.one'.gsub(/\\./,';')"
  tem: '"one;one"'

upcase_static:
  src: "'one.one'.gsub(/\\./,';').upcase"
  tem: '"ONE;ONE"'

equal:
  src: "str == 'str'"
  tem: '(str=="str")'
  res: 'true'

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
rubyless-0.8.10 test/RubyLess/string.yml
rubyless-0.8.9 test/RubyLess/string.yml
rubyless-0.8.8 test/RubyLess/string.yml
rubyless-0.8.7 test/RubyLess/string.yml
rubyless-0.8.6 test/RubyLess/string.yml
rubyless-0.8.5 test/RubyLess/string.yml
rubyless-0.8.4 test/RubyLess/string.yml
rubyless-0.8.3 test/RubyLess/string.yml
rubyless-0.8.2 test/RubyLess/string.yml
rubyless-0.8.1 test/RubyLess/string.yml
rubyless-0.8.0 test/RubyLess/string.yml
rubyless-0.7.0 test/RubyLess/string.yml
rubyless-0.6.0 test/RubyLess/string.yml
rubyless-0.5.0 test/RubyLess/string.yml