Sha256: 4f6aabb7591d0610c466c45ed05a41b9d096419dbff27e71d7ce2332fdb994ef

Contents?: true

Size: 509 Bytes

Versions: 6

Compression:

Stored size: 509 Bytes

Contents

data: |
  console.log(<<TEST)
  hello world
  TEST

  "hello #{console}"

compiled:
  - :exec
  - - :_context
    - []
  - - :_heredocs
    - - &heredoc
        - :heredoc
        - TEST
        - - - :heredoc
            - hello world
  - - :_herenum
    - 1
  - - :call
    - - :property
      - - :identifier
        - console
      - log
    - - :href
      - *heredoc
  - - :interop
    - - :istring_begin
      - "hello "
    - - :get
      - - :_variable
        - :console
    - - :istring
      - ""

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
liquidscript-0.6.3 spec/fixtures/string.compile.yml
liquidscript-0.6.2 spec/fixtures/string.compile.yml
liquidscript-0.6.1 spec/fixtures/string.compile.yml
liquidscript-0.6.0 spec/fixtures/string.compile.yml
liquidscript-0.5.1 spec/fixtures/string.compile.yml
liquidscript-0.5.0 spec/fixtures/string.compile.yml