*** Running test-big-sh-files
--- benchmarks/testdata/Build.sh

benchmarks/testdata/Build.sh

real	0m0.689s
user	0m0.664s
sys	0m0.025s
--- benchmarks/testdata/abuild

benchmarks/testdata/abuild

real	0m0.944s
user	0m0.926s
sys	0m0.018s
--- benchmarks/testdata/configure

benchmarks/testdata/configure

real	0m4.800s
user	0m4.754s
sys	0m0.046s
--- benchmarks/testdata/configure-coreutils

benchmarks/testdata/configure-coreutils

real	0m13.682s
user	0m13.592s
sys	0m0.089s
--- benchmarks/testdata/configure-helper.sh

benchmarks/testdata/configure-helper.sh

real	0m0.640s
user	0m0.603s
sys	0m0.037s
--- benchmarks/testdata/functions

benchmarks/testdata/functions

real	0m0.611s
user	0m0.577s
sys	0m0.034s
--- benchmarks/testdata/ltmain.sh

benchmarks/testdata/ltmain.sh

real	0m2.266s
user	0m2.237s
sys	0m0.029s
--- benchmarks/testdata/t4014-format-patch.sh

benchmarks/testdata/t4014-format-patch.sh

real	0m0.182s
user	0m0.152s
sys	0m0.029s
--- benchmarks/testdata/t9300-fast-import.sh

benchmarks/testdata/t9300-fast-import.sh

real	0m0.190s
user	0m0.146s
sys	0m0.044s
--- benchmarks/testdata/test-cmd-util.sh

benchmarks/testdata/test-cmd-util.sh

real	0m2.217s
user	0m2.172s
sys	0m0.045s

10 of 10 files respect the lossless invariant
OK  test-big-sh-files
*** Running test-do-lossless-flag
(command.ShAssignment
  left:<Lit_ArrayLhsOpen "a[">
  pairs:[
    (AssignPair
      left:...0x7f40f55b21f0
      lhs:(sh_lhs.IndexedName
        left:...0x7f40f55b21f0
        name:a
        index:(arith_expr.Binary
          op:<Arith_Plus "+">
          left:<Lit_ArithVarLike x>
          right:(w <Lit_Digits 1>)
        )
      )
      op:assign_op.Equal
      rhs:(w <Lit_Chars 1>)
    )
  ]
)
(command.ShAssignment
  left:<Lit_ArrayLhsOpen "a[">
  pairs:[
    (AssignPair
      left:...0x7f50c9fe01f0
      lhs:(sh_lhs.UnparsedIndex left:...0x7f50c9fe01f0 name:a index:"x+1")
      op:assign_op.Equal
      rhs:(w <Lit_Chars 1>)
    )
  ]
)
(C
  (w
    (CommandSub
      left_token:<Left_Backtick "`">
      child:(C
        (w <Lit_Chars echo>)
        (w
          (CommandSub
            left_token:<Left_Backtick "`">
            child:(C (w <Lit_Chars hostname>))
            right:<Backtick_Right "`">
          )
        )
        (w <Lit_Chars zzz>)
      )
      right:<Backtick_Right "`">
    )
  )
)
(C
  (w
    (CommandSub
      left_token:<Left_Backtick "`">
      child:(C
        (w <Lit_Chars echo>)
        (w
          (word_part.EscapedLiteral token:<Lit_EscapedChar "\\`"> ch:"`")
          <Lit_Chars hostname>
          (word_part.EscapedLiteral token:<Lit_EscapedChar "\\`"> ch:"`")
        )
        (w <Lit_Chars zzz>)
      )
      right:<Eof_Backtick "`">
    )
  )
)
(command.Redirect
  child:(C (w <Lit_Chars cat>))
  redirects:[
    (Redir
      op:<Redir_DLessDash "<<-">
      loc:(redir_loc.Fd fd:0)
      arg:(redir_param.HereDoc
        here_begin:(w (SQ HERE))
        here_end_tok:<Undefined_Tok "HERE\n">
        stdin_parts:[
          <Lit_Chars "one     # tabs stripped\n">
          <Lit_Chars "two   # 2 tabs\n">
          <Lit_Chars "three\n">
        ]
      )
    )
  ]
)
(command.Redirect
  child:(C (w <Lit_Chars cat>))
  redirects:[
    (Redir
      op:<Redir_DLessDash "<<-">
      loc:(redir_loc.Fd fd:0)
      arg:(redir_param.HereDoc
        here_begin:(w (SQ HERE))
        here_end_tok:<Undefined_Tok "HERE\n">
        stdin_parts:[
          <Lit_Chars "one     # tabs stripped\n">
          <Lit_Chars "two   # 2 tabs\n">
          <Lit_Chars "three\n">
        ]
      )
    )
  ]
)
OK  test-do-lossless-flag
*** Running test-sh
--- test/lossless/here-dq-indented.sh
test/lossless/here-dq-indented.sh
--- test/lossless/here-dq.sh
test/lossless/here-dq.sh
--- test/lossless/here-multiple.sh
test/lossless/here-multiple.sh
--- test/lossless/here-sq.sh
test/lossless/here-sq.sh
--- test/lossless/sh-features.sh
test/lossless/sh-features.sh
--- test/lossless/tilde.sh
test/lossless/tilde.sh
OK  test-sh
*** Running test-ysh
--- ysh/testdata/expr-sub.ysh
ysh/testdata/expr-sub.ysh
--- ysh/testdata/hello.ysh
ysh/testdata/hello.ysh
--- ysh/testdata/learn-ysh.ysh
ysh/testdata/learn-ysh.ysh
--- ysh/testdata/tour.ysh
ysh/testdata/tour.ysh
--- test/lossless/multiline-str.ysh
test/lossless/multiline-str.ysh
OK  test-ysh
*** Running test-ysh-strings

OK  test-ysh-strings

test/lossless.sh: 5 tests passed.