Sha256: c2428ebafff414356b6b3ba372735373e58cb66dd55a4a931acc96e590b794fa

Contents?: true

Size: 261 Bytes

Versions: 2

Compression:

Stored size: 261 Bytes

Contents

data: |
  test = "hello"
  foo  = 'world
  thing = "hello \" test
  world"
  interop = "hello #{foo}"

compiled: |
  var test, foo, thing, interop;
  test = "hello";
  foo = 'world';
  thing = "hello \" test \n world";
  interop = ["hello ", foo, ""].join('');

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
liquidscript-0.4.1 spec/fixtures/string.generate.yml
liquidscript-0.4.0 spec/fixtures/string.generate.yml