.gitattributes
.gitignore
.pre-commit-config.yaml
CHANGELOG.rst
LICENSE
MANIFEST.in
README.rst
check_ada_golden_syntax.py
check_csharp_golden_syntax.py
check_occam_golden_syntax.py
check_vb_golden_syntax.py
conftest.py
pyproject.toml
spelling_private_dict.txt
zizmor.yml
.clj-kondo/config.edn
.github/dependabot.yml
.github/workflows/ci.yml
.github/workflows/dependabot-merge.yml
.github/workflows/lint-ada.yml
.github/workflows/lint-bash.yml
.github/workflows/lint-c.yml
.github/workflows/lint-clojure.yml
.github/workflows/lint-cobol.yml
.github/workflows/lint-common-lisp.yml
.github/workflows/lint-cpp.yml
.github/workflows/lint-crystal.yml
.github/workflows/lint-csharp.yml
.github/workflows/lint-d.yml
.github/workflows/lint-dart.yml
.github/workflows/lint-elixir.yml
.github/workflows/lint-erlang.yml
.github/workflows/lint-fsharp.yml
.github/workflows/lint-go.yml
.github/workflows/lint-groovy.yml
.github/workflows/lint-haskell.yml
.github/workflows/lint-hcl.yml
.github/workflows/lint-java.yml
.github/workflows/lint-javascript.yml
.github/workflows/lint-julia.yml
.github/workflows/lint-kotlin.yml
.github/workflows/lint-lua.yml
.github/workflows/lint-matlab.yml
.github/workflows/lint-mojo.yml
.github/workflows/lint-nim.yml
.github/workflows/lint-ocaml.yml
.github/workflows/lint-occam.yml
.github/workflows/lint-perl.yml
.github/workflows/lint-php.yml
.github/workflows/lint-powershell.yml
.github/workflows/lint-r.yml
.github/workflows/lint-racket.yml
.github/workflows/lint-ruby.yml
.github/workflows/lint-rust.yml
.github/workflows/lint-scala.yml
.github/workflows/lint-swift.yml
.github/workflows/lint-toml.yml
.github/workflows/lint-typescript.yml
.github/workflows/lint-vb.yml
.github/workflows/lint-yaml.yml
.github/workflows/lint-zig.yml
.github/workflows/lint.yml
.github/workflows/publish-site.yml
.github/workflows/release.yml
docs/source/__init__.py
docs/source/api-reference.rst
docs/source/changelog.rst
docs/source/conf.py
docs/source/contributing.rst
docs/source/index.rst
docs/source/json-api-use-case.rst
docs/source/languages.rst
docs/source/release-process.rst
src/literalizer/__init__.py
src/literalizer/_comments.py
src/literalizer/_core.py
src/literalizer/_formatters.py
src/literalizer/_language.py
src/literalizer/_types.py
src/literalizer/exceptions.py
src/literalizer/py.typed
src/literalizer.egg-info/PKG-INFO
src/literalizer.egg-info/SOURCES.txt
src/literalizer.egg-info/dependency_links.txt
src/literalizer.egg-info/not-zip-safe
src/literalizer.egg-info/requires.txt
src/literalizer.egg-info/top_level.txt
src/literalizer/languages/__init__.py
src/literalizer/languages/ada.py
src/literalizer/languages/bash.py
src/literalizer/languages/c.py
src/literalizer/languages/clojure.py
src/literalizer/languages/cobol.py
src/literalizer/languages/common_lisp.py
src/literalizer/languages/cpp.py
src/literalizer/languages/crystal.py
src/literalizer/languages/csharp.py
src/literalizer/languages/d.py
src/literalizer/languages/dart.py
src/literalizer/languages/elixir.py
src/literalizer/languages/erlang.py
src/literalizer/languages/fsharp.py
src/literalizer/languages/go.py
src/literalizer/languages/groovy.py
src/literalizer/languages/haskell.py
src/literalizer/languages/hcl.py
src/literalizer/languages/java.py
src/literalizer/languages/javascript.py
src/literalizer/languages/julia.py
src/literalizer/languages/kotlin.py
src/literalizer/languages/lua.py
src/literalizer/languages/matlab.py
src/literalizer/languages/mojo.py
src/literalizer/languages/nim.py
src/literalizer/languages/ocaml.py
src/literalizer/languages/occam.py
src/literalizer/languages/perl.py
src/literalizer/languages/php.py
src/literalizer/languages/powershell.py
src/literalizer/languages/python.py
src/literalizer/languages/r.py
src/literalizer/languages/racket.py
src/literalizer/languages/ruby.py
src/literalizer/languages/rust.py
src/literalizer/languages/scala.py
src/literalizer/languages/swift.py
src/literalizer/languages/toml.py
src/literalizer/languages/typescript.py
src/literalizer/languages/vb.py
src/literalizer/languages/yaml.py
src/literalizer/languages/zig.py
tests/__init__.py
tests/test_comments.py
tests/test_formatters.py
tests/test_json.py
tests/test_languages.py
tests/test_roundtrip.py
tests/test_variables.py
tests/test_yaml.py
tests/integration/__init__.py
tests/integration/test_integration.py
tests/integration/cases/binary/ada.adb
tests/integration/cases/binary/ada_combined.adb
tests/integration/cases/binary/ada_varname.adb
tests/integration/cases/binary/bash.sh
tests/integration/cases/binary/bash_combined.sh
tests/integration/cases/binary/bash_varname.sh
tests/integration/cases/binary/c.c
tests/integration/cases/binary/c_combined.c
tests/integration/cases/binary/c_varname.c
tests/integration/cases/binary/clojure.clj
tests/integration/cases/binary/clojure_combined.clj
tests/integration/cases/binary/clojure_varname.clj
tests/integration/cases/binary/cobol.cob
tests/integration/cases/binary/cobol_combined.cob
tests/integration/cases/binary/cobol_varname.cob
tests/integration/cases/binary/common_lisp.lisp
tests/integration/cases/binary/common_lisp_combined.lisp
tests/integration/cases/binary/common_lisp_varname.lisp
tests/integration/cases/binary/cpp.cpp
tests/integration/cases/binary/cpp_combined.cpp
tests/integration/cases/binary/cpp_varname.cpp
tests/integration/cases/binary/crystal.cr
tests/integration/cases/binary/crystal_combined.cr
tests/integration/cases/binary/crystal_varname.cr
tests/integration/cases/binary/csharp.cs
tests/integration/cases/binary/csharp_combined.cs
tests/integration/cases/binary/csharp_varname.cs
tests/integration/cases/binary/d.d
tests/integration/cases/binary/d_combined.d
tests/integration/cases/binary/d_varname.d
tests/integration/cases/binary/dart.dart
tests/integration/cases/binary/dart_combined.dart
tests/integration/cases/binary/dart_varname.dart
tests/integration/cases/binary/elixir.ex
tests/integration/cases/binary/elixir_combined.ex
tests/integration/cases/binary/elixir_varname.ex
tests/integration/cases/binary/erlang.erl
tests/integration/cases/binary/erlang_combined.erl
tests/integration/cases/binary/erlang_varname.erl
tests/integration/cases/binary/fsharp.fs
tests/integration/cases/binary/fsharp_combined.fs
tests/integration/cases/binary/fsharp_varname.fs
tests/integration/cases/binary/go.go
tests/integration/cases/binary/go_combined.go
tests/integration/cases/binary/go_varname.go
tests/integration/cases/binary/groovy.groovy
tests/integration/cases/binary/groovy_combined.groovy
tests/integration/cases/binary/groovy_varname.groovy
tests/integration/cases/binary/haskell.hs
tests/integration/cases/binary/haskell_combined.hs
tests/integration/cases/binary/haskell_varname.hs
tests/integration/cases/binary/hcl.hcl
tests/integration/cases/binary/hcl_combined.hcl
tests/integration/cases/binary/hcl_varname.hcl
tests/integration/cases/binary/input.yaml
tests/integration/cases/binary/java.java
tests/integration/cases/binary/java_combined.java
tests/integration/cases/binary/java_varname.java
tests/integration/cases/binary/javascript.js
tests/integration/cases/binary/javascript_combined.js
tests/integration/cases/binary/javascript_varname.js
tests/integration/cases/binary/julia.jl
tests/integration/cases/binary/julia_combined.jl
tests/integration/cases/binary/julia_varname.jl
tests/integration/cases/binary/kotlin.kts
tests/integration/cases/binary/kotlin_combined.kts
tests/integration/cases/binary/kotlin_varname.kts
tests/integration/cases/binary/lua.lua
tests/integration/cases/binary/lua_combined.lua
tests/integration/cases/binary/lua_varname.lua
tests/integration/cases/binary/matlab.m
tests/integration/cases/binary/matlab_combined.m
tests/integration/cases/binary/matlab_varname.m
tests/integration/cases/binary/mojo.mojo
tests/integration/cases/binary/mojo_combined.mojo
tests/integration/cases/binary/mojo_varname.mojo
tests/integration/cases/binary/nim.nim
tests/integration/cases/binary/nim_combined.nim
tests/integration/cases/binary/nim_varname.nim
tests/integration/cases/binary/ocaml.ml
tests/integration/cases/binary/ocaml_combined.ml
tests/integration/cases/binary/ocaml_varname.ml
tests/integration/cases/binary/occam.occ
tests/integration/cases/binary/occam_combined.occ
tests/integration/cases/binary/occam_varname.occ
tests/integration/cases/binary/perl.pl
tests/integration/cases/binary/perl_combined.pl
tests/integration/cases/binary/perl_varname.pl
tests/integration/cases/binary/php.php
tests/integration/cases/binary/php_combined.php
tests/integration/cases/binary/php_varname.php
tests/integration/cases/binary/powershell.ps1
tests/integration/cases/binary/powershell_combined.ps1
tests/integration/cases/binary/powershell_varname.ps1
tests/integration/cases/binary/python.py
tests/integration/cases/binary/python_combined.py
tests/integration/cases/binary/python_varname.py
tests/integration/cases/binary/r.R
tests/integration/cases/binary/r_combined.R
tests/integration/cases/binary/r_varname.R
tests/integration/cases/binary/racket.rkt
tests/integration/cases/binary/racket_combined.rkt
tests/integration/cases/binary/racket_varname.rkt
tests/integration/cases/binary/ruby.rb
tests/integration/cases/binary/ruby_combined.rb
tests/integration/cases/binary/ruby_varname.rb
tests/integration/cases/binary/rust.rs
tests/integration/cases/binary/rust_combined.rs
tests/integration/cases/binary/rust_varname.rs
tests/integration/cases/binary/scala.scala
tests/integration/cases/binary/scala_combined.scala
tests/integration/cases/binary/scala_varname.scala
tests/integration/cases/binary/swift.swift
tests/integration/cases/binary/swift_combined.swift
tests/integration/cases/binary/swift_varname.swift
tests/integration/cases/binary/toml.toml
tests/integration/cases/binary/toml_combined.toml
tests/integration/cases/binary/toml_varname.toml
tests/integration/cases/binary/typescript.ts
tests/integration/cases/binary/typescript_combined.ts
tests/integration/cases/binary/typescript_varname.ts
tests/integration/cases/binary/vb.vb
tests/integration/cases/binary/vb_combined.vb
tests/integration/cases/binary/vb_varname.vb
tests/integration/cases/binary/yaml.yaml
tests/integration/cases/binary/yaml_combined.yaml
tests/integration/cases/binary/yaml_varname.yaml
tests/integration/cases/binary/zig.zig
tests/integration/cases/binary/zig_combined.zig
tests/integration/cases/binary/zig_varname.zig
tests/integration/cases/bool_list/ada.adb
tests/integration/cases/bool_list/ada_combined.adb
tests/integration/cases/bool_list/ada_varname.adb
tests/integration/cases/bool_list/bash.sh
tests/integration/cases/bool_list/bash_combined.sh
tests/integration/cases/bool_list/bash_varname.sh
tests/integration/cases/bool_list/c.c
tests/integration/cases/bool_list/c_combined.c
tests/integration/cases/bool_list/c_varname.c
tests/integration/cases/bool_list/clojure.clj
tests/integration/cases/bool_list/clojure_combined.clj
tests/integration/cases/bool_list/clojure_varname.clj
tests/integration/cases/bool_list/cobol.cob
tests/integration/cases/bool_list/cobol_combined.cob
tests/integration/cases/bool_list/cobol_varname.cob
tests/integration/cases/bool_list/common_lisp.lisp
tests/integration/cases/bool_list/common_lisp_combined.lisp
tests/integration/cases/bool_list/common_lisp_varname.lisp
tests/integration/cases/bool_list/cpp.cpp
tests/integration/cases/bool_list/cpp_combined.cpp
tests/integration/cases/bool_list/cpp_varname.cpp
tests/integration/cases/bool_list/crystal.cr
tests/integration/cases/bool_list/crystal_combined.cr
tests/integration/cases/bool_list/crystal_varname.cr
tests/integration/cases/bool_list/csharp.cs
tests/integration/cases/bool_list/csharp_combined.cs
tests/integration/cases/bool_list/csharp_varname.cs
tests/integration/cases/bool_list/d.d
tests/integration/cases/bool_list/d_combined.d
tests/integration/cases/bool_list/d_varname.d
tests/integration/cases/bool_list/dart.dart
tests/integration/cases/bool_list/dart_combined.dart
tests/integration/cases/bool_list/dart_varname.dart
tests/integration/cases/bool_list/elixir.ex
tests/integration/cases/bool_list/elixir_combined.ex
tests/integration/cases/bool_list/elixir_varname.ex
tests/integration/cases/bool_list/erlang.erl
tests/integration/cases/bool_list/erlang_combined.erl
tests/integration/cases/bool_list/erlang_varname.erl
tests/integration/cases/bool_list/fsharp.fs
tests/integration/cases/bool_list/fsharp_combined.fs
tests/integration/cases/bool_list/fsharp_varname.fs
tests/integration/cases/bool_list/go.go
tests/integration/cases/bool_list/go_combined.go
tests/integration/cases/bool_list/go_varname.go
tests/integration/cases/bool_list/groovy.groovy
tests/integration/cases/bool_list/groovy_combined.groovy
tests/integration/cases/bool_list/groovy_varname.groovy
tests/integration/cases/bool_list/haskell.hs
tests/integration/cases/bool_list/haskell_combined.hs
tests/integration/cases/bool_list/haskell_varname.hs
tests/integration/cases/bool_list/hcl.hcl
tests/integration/cases/bool_list/hcl_combined.hcl
tests/integration/cases/bool_list/hcl_varname.hcl
tests/integration/cases/bool_list/input.yaml
tests/integration/cases/bool_list/java.java
tests/integration/cases/bool_list/java_combined.java
tests/integration/cases/bool_list/java_varname.java
tests/integration/cases/bool_list/javascript.js
tests/integration/cases/bool_list/javascript_combined.js
tests/integration/cases/bool_list/javascript_varname.js
tests/integration/cases/bool_list/julia.jl
tests/integration/cases/bool_list/julia_combined.jl
tests/integration/cases/bool_list/julia_varname.jl
tests/integration/cases/bool_list/kotlin.kts
tests/integration/cases/bool_list/kotlin_combined.kts
tests/integration/cases/bool_list/kotlin_varname.kts
tests/integration/cases/bool_list/lua.lua
tests/integration/cases/bool_list/lua_combined.lua
tests/integration/cases/bool_list/lua_varname.lua
tests/integration/cases/bool_list/matlab.m
tests/integration/cases/bool_list/matlab_combined.m
tests/integration/cases/bool_list/matlab_varname.m
tests/integration/cases/bool_list/mojo.mojo
tests/integration/cases/bool_list/mojo_combined.mojo
tests/integration/cases/bool_list/mojo_varname.mojo
tests/integration/cases/bool_list/nim.nim
tests/integration/cases/bool_list/nim_combined.nim
tests/integration/cases/bool_list/nim_varname.nim
tests/integration/cases/bool_list/ocaml.ml
tests/integration/cases/bool_list/ocaml_combined.ml
tests/integration/cases/bool_list/ocaml_varname.ml
tests/integration/cases/bool_list/occam.occ
tests/integration/cases/bool_list/occam_combined.occ
tests/integration/cases/bool_list/occam_varname.occ
tests/integration/cases/bool_list/perl.pl
tests/integration/cases/bool_list/perl_combined.pl
tests/integration/cases/bool_list/perl_varname.pl
tests/integration/cases/bool_list/php.php
tests/integration/cases/bool_list/php_combined.php
tests/integration/cases/bool_list/php_varname.php
tests/integration/cases/bool_list/powershell.ps1
tests/integration/cases/bool_list/powershell_combined.ps1
tests/integration/cases/bool_list/powershell_varname.ps1
tests/integration/cases/bool_list/python.py
tests/integration/cases/bool_list/python_combined.py
tests/integration/cases/bool_list/python_varname.py
tests/integration/cases/bool_list/r.R
tests/integration/cases/bool_list/r_combined.R
tests/integration/cases/bool_list/r_varname.R
tests/integration/cases/bool_list/racket.rkt
tests/integration/cases/bool_list/racket_combined.rkt
tests/integration/cases/bool_list/racket_varname.rkt
tests/integration/cases/bool_list/ruby.rb
tests/integration/cases/bool_list/ruby_combined.rb
tests/integration/cases/bool_list/ruby_varname.rb
tests/integration/cases/bool_list/rust.rs
tests/integration/cases/bool_list/rust_combined.rs
tests/integration/cases/bool_list/rust_varname.rs
tests/integration/cases/bool_list/scala.scala
tests/integration/cases/bool_list/scala_combined.scala
tests/integration/cases/bool_list/scala_varname.scala
tests/integration/cases/bool_list/swift.swift
tests/integration/cases/bool_list/swift_combined.swift
tests/integration/cases/bool_list/swift_varname.swift
tests/integration/cases/bool_list/toml.toml
tests/integration/cases/bool_list/toml_combined.toml
tests/integration/cases/bool_list/toml_varname.toml
tests/integration/cases/bool_list/typescript.ts
tests/integration/cases/bool_list/typescript_combined.ts
tests/integration/cases/bool_list/typescript_varname.ts
tests/integration/cases/bool_list/vb.vb
tests/integration/cases/bool_list/vb_combined.vb
tests/integration/cases/bool_list/vb_varname.vb
tests/integration/cases/bool_list/yaml.yaml
tests/integration/cases/bool_list/yaml_combined.yaml
tests/integration/cases/bool_list/yaml_varname.yaml
tests/integration/cases/bool_list/zig.zig
tests/integration/cases/bool_list/zig_combined.zig
tests/integration/cases/bool_list/zig_varname.zig
tests/integration/cases/comments/ada.adb
tests/integration/cases/comments/ada_combined.adb
tests/integration/cases/comments/ada_varname.adb
tests/integration/cases/comments/bash.sh
tests/integration/cases/comments/bash_combined.sh
tests/integration/cases/comments/bash_varname.sh
tests/integration/cases/comments/c.c
tests/integration/cases/comments/c_combined.c
tests/integration/cases/comments/c_varname.c
tests/integration/cases/comments/clojure.clj
tests/integration/cases/comments/clojure_combined.clj
tests/integration/cases/comments/clojure_varname.clj
tests/integration/cases/comments/cobol.cob
tests/integration/cases/comments/cobol_combined.cob
tests/integration/cases/comments/cobol_varname.cob
tests/integration/cases/comments/common_lisp.lisp
tests/integration/cases/comments/common_lisp_combined.lisp
tests/integration/cases/comments/common_lisp_varname.lisp
tests/integration/cases/comments/cpp.cpp
tests/integration/cases/comments/cpp_combined.cpp
tests/integration/cases/comments/cpp_varname.cpp
tests/integration/cases/comments/crystal.cr
tests/integration/cases/comments/crystal_combined.cr
tests/integration/cases/comments/crystal_varname.cr
tests/integration/cases/comments/csharp.cs
tests/integration/cases/comments/csharp_combined.cs
tests/integration/cases/comments/csharp_varname.cs
tests/integration/cases/comments/d.d
tests/integration/cases/comments/d_combined.d
tests/integration/cases/comments/d_varname.d
tests/integration/cases/comments/dart.dart
tests/integration/cases/comments/dart_combined.dart
tests/integration/cases/comments/dart_varname.dart
tests/integration/cases/comments/elixir.ex
tests/integration/cases/comments/elixir_combined.ex
tests/integration/cases/comments/elixir_varname.ex
tests/integration/cases/comments/erlang.erl
tests/integration/cases/comments/erlang_combined.erl
tests/integration/cases/comments/erlang_varname.erl
tests/integration/cases/comments/fsharp.fs
tests/integration/cases/comments/fsharp_combined.fs
tests/integration/cases/comments/fsharp_varname.fs
tests/integration/cases/comments/go.go
tests/integration/cases/comments/go_combined.go
tests/integration/cases/comments/go_varname.go
tests/integration/cases/comments/groovy.groovy
tests/integration/cases/comments/groovy_combined.groovy
tests/integration/cases/comments/groovy_varname.groovy
tests/integration/cases/comments/haskell.hs
tests/integration/cases/comments/haskell_combined.hs
tests/integration/cases/comments/haskell_varname.hs
tests/integration/cases/comments/hcl.hcl
tests/integration/cases/comments/hcl_combined.hcl
tests/integration/cases/comments/hcl_varname.hcl
tests/integration/cases/comments/input.yaml
tests/integration/cases/comments/java.java
tests/integration/cases/comments/java_combined.java
tests/integration/cases/comments/java_varname.java
tests/integration/cases/comments/javascript.js
tests/integration/cases/comments/javascript_combined.js
tests/integration/cases/comments/javascript_varname.js
tests/integration/cases/comments/julia.jl
tests/integration/cases/comments/julia_combined.jl
tests/integration/cases/comments/julia_varname.jl
tests/integration/cases/comments/kotlin.kts
tests/integration/cases/comments/kotlin_combined.kts
tests/integration/cases/comments/kotlin_varname.kts
tests/integration/cases/comments/lua.lua
tests/integration/cases/comments/lua_combined.lua
tests/integration/cases/comments/lua_varname.lua
tests/integration/cases/comments/matlab.m
tests/integration/cases/comments/matlab_combined.m
tests/integration/cases/comments/matlab_varname.m
tests/integration/cases/comments/mojo.mojo
tests/integration/cases/comments/mojo_combined.mojo
tests/integration/cases/comments/mojo_varname.mojo
tests/integration/cases/comments/nim.nim
tests/integration/cases/comments/nim_combined.nim
tests/integration/cases/comments/nim_varname.nim
tests/integration/cases/comments/ocaml.ml
tests/integration/cases/comments/ocaml_combined.ml
tests/integration/cases/comments/ocaml_varname.ml
tests/integration/cases/comments/occam.occ
tests/integration/cases/comments/occam_combined.occ
tests/integration/cases/comments/occam_varname.occ
tests/integration/cases/comments/perl.pl
tests/integration/cases/comments/perl_combined.pl
tests/integration/cases/comments/perl_varname.pl
tests/integration/cases/comments/php.php
tests/integration/cases/comments/php_combined.php
tests/integration/cases/comments/php_varname.php
tests/integration/cases/comments/powershell.ps1
tests/integration/cases/comments/powershell_combined.ps1
tests/integration/cases/comments/powershell_varname.ps1
tests/integration/cases/comments/python.py
tests/integration/cases/comments/python_combined.py
tests/integration/cases/comments/python_varname.py
tests/integration/cases/comments/r.R
tests/integration/cases/comments/r_combined.R
tests/integration/cases/comments/r_varname.R
tests/integration/cases/comments/racket.rkt
tests/integration/cases/comments/racket_combined.rkt
tests/integration/cases/comments/racket_varname.rkt
tests/integration/cases/comments/ruby.rb
tests/integration/cases/comments/ruby_combined.rb
tests/integration/cases/comments/ruby_varname.rb
tests/integration/cases/comments/rust.rs
tests/integration/cases/comments/rust_combined.rs
tests/integration/cases/comments/rust_varname.rs
tests/integration/cases/comments/scala.scala
tests/integration/cases/comments/scala_combined.scala
tests/integration/cases/comments/scala_varname.scala
tests/integration/cases/comments/swift.swift
tests/integration/cases/comments/swift_combined.swift
tests/integration/cases/comments/swift_varname.swift
tests/integration/cases/comments/toml.toml
tests/integration/cases/comments/toml_combined.toml
tests/integration/cases/comments/toml_varname.toml
tests/integration/cases/comments/typescript.ts
tests/integration/cases/comments/typescript_combined.ts
tests/integration/cases/comments/typescript_varname.ts
tests/integration/cases/comments/vb.vb
tests/integration/cases/comments/vb_combined.vb
tests/integration/cases/comments/vb_varname.vb
tests/integration/cases/comments/yaml.yaml
tests/integration/cases/comments/yaml_combined.yaml
tests/integration/cases/comments/yaml_varname.yaml
tests/integration/cases/comments/zig.zig
tests/integration/cases/comments/zig_combined.zig
tests/integration/cases/comments/zig_varname.zig
tests/integration/cases/dates/ada.adb
tests/integration/cases/dates/ada_combined.adb
tests/integration/cases/dates/ada_varname.adb
tests/integration/cases/dates/bash.sh
tests/integration/cases/dates/bash_combined.sh
tests/integration/cases/dates/bash_varname.sh
tests/integration/cases/dates/c.c
tests/integration/cases/dates/c_combined.c
tests/integration/cases/dates/c_varname.c
tests/integration/cases/dates/clojure.clj
tests/integration/cases/dates/clojure_combined.clj
tests/integration/cases/dates/clojure_varname.clj
tests/integration/cases/dates/cobol.cob
tests/integration/cases/dates/cobol_combined.cob
tests/integration/cases/dates/cobol_varname.cob
tests/integration/cases/dates/common_lisp.lisp
tests/integration/cases/dates/common_lisp_combined.lisp
tests/integration/cases/dates/common_lisp_varname.lisp
tests/integration/cases/dates/cpp.cpp
tests/integration/cases/dates/cpp_combined.cpp
tests/integration/cases/dates/cpp_native.cpp
tests/integration/cases/dates/cpp_varname.cpp
tests/integration/cases/dates/crystal.cr
tests/integration/cases/dates/crystal_combined.cr
tests/integration/cases/dates/crystal_varname.cr
tests/integration/cases/dates/csharp.cs
tests/integration/cases/dates/csharp_combined.cs
tests/integration/cases/dates/csharp_native.cs
tests/integration/cases/dates/csharp_varname.cs
tests/integration/cases/dates/d.d
tests/integration/cases/dates/d_combined.d
tests/integration/cases/dates/d_varname.d
tests/integration/cases/dates/dart.dart
tests/integration/cases/dates/dart_combined.dart
tests/integration/cases/dates/dart_native.dart
tests/integration/cases/dates/dart_varname.dart
tests/integration/cases/dates/elixir.ex
tests/integration/cases/dates/elixir_combined.ex
tests/integration/cases/dates/elixir_varname.ex
tests/integration/cases/dates/erlang.erl
tests/integration/cases/dates/erlang_combined.erl
tests/integration/cases/dates/erlang_varname.erl
tests/integration/cases/dates/fsharp.fs
tests/integration/cases/dates/fsharp_combined.fs
tests/integration/cases/dates/fsharp_varname.fs
tests/integration/cases/dates/go.go
tests/integration/cases/dates/go_combined.go
tests/integration/cases/dates/go_native.go
tests/integration/cases/dates/go_varname.go
tests/integration/cases/dates/groovy.groovy
tests/integration/cases/dates/groovy_combined.groovy
tests/integration/cases/dates/groovy_varname.groovy
tests/integration/cases/dates/haskell.hs
tests/integration/cases/dates/haskell_combined.hs
tests/integration/cases/dates/haskell_varname.hs
tests/integration/cases/dates/hcl.hcl
tests/integration/cases/dates/hcl_combined.hcl
tests/integration/cases/dates/hcl_varname.hcl
tests/integration/cases/dates/input.yaml
tests/integration/cases/dates/java.java
tests/integration/cases/dates/java_combined.java
tests/integration/cases/dates/java_instant.java
tests/integration/cases/dates/java_varname.java
tests/integration/cases/dates/java_zoned.java
tests/integration/cases/dates/javascript.js
tests/integration/cases/dates/javascript_combined.js
tests/integration/cases/dates/javascript_varname.js
tests/integration/cases/dates/js_native.js
tests/integration/cases/dates/julia.jl
tests/integration/cases/dates/julia_combined.jl
tests/integration/cases/dates/julia_native.jl
tests/integration/cases/dates/julia_varname.jl
tests/integration/cases/dates/kotlin.kts
tests/integration/cases/dates/kotlin_combined.kts
tests/integration/cases/dates/kotlin_native.kts
tests/integration/cases/dates/kotlin_varname.kts
tests/integration/cases/dates/lua.lua
tests/integration/cases/dates/lua_combined.lua
tests/integration/cases/dates/lua_varname.lua
tests/integration/cases/dates/matlab.m
tests/integration/cases/dates/matlab_combined.m
tests/integration/cases/dates/matlab_varname.m
tests/integration/cases/dates/mojo.mojo
tests/integration/cases/dates/mojo_combined.mojo
tests/integration/cases/dates/mojo_varname.mojo
tests/integration/cases/dates/nim.nim
tests/integration/cases/dates/nim_combined.nim
tests/integration/cases/dates/nim_varname.nim
tests/integration/cases/dates/ocaml.ml
tests/integration/cases/dates/ocaml_combined.ml
tests/integration/cases/dates/ocaml_varname.ml
tests/integration/cases/dates/occam.occ
tests/integration/cases/dates/occam_combined.occ
tests/integration/cases/dates/occam_varname.occ
tests/integration/cases/dates/perl.pl
tests/integration/cases/dates/perl_combined.pl
tests/integration/cases/dates/perl_varname.pl
tests/integration/cases/dates/php.php
tests/integration/cases/dates/php_combined.php
tests/integration/cases/dates/php_varname.php
tests/integration/cases/dates/powershell.ps1
tests/integration/cases/dates/powershell_combined.ps1
tests/integration/cases/dates/powershell_varname.ps1
tests/integration/cases/dates/python.py
tests/integration/cases/dates/python_combined.py
tests/integration/cases/dates/python_epoch.py
tests/integration/cases/dates/python_native.py
tests/integration/cases/dates/python_varname.py
tests/integration/cases/dates/r.R
tests/integration/cases/dates/r_combined.R
tests/integration/cases/dates/r_native.R
tests/integration/cases/dates/r_varname.R
tests/integration/cases/dates/racket.rkt
tests/integration/cases/dates/racket_combined.rkt
tests/integration/cases/dates/racket_varname.rkt
tests/integration/cases/dates/ruby.rb
tests/integration/cases/dates/ruby_combined.rb
tests/integration/cases/dates/ruby_native.rb
tests/integration/cases/dates/ruby_varname.rb
tests/integration/cases/dates/rust.rs
tests/integration/cases/dates/rust_combined.rs
tests/integration/cases/dates/rust_native.rs
tests/integration/cases/dates/rust_varname.rs
tests/integration/cases/dates/scala.scala
tests/integration/cases/dates/scala_combined.scala
tests/integration/cases/dates/scala_varname.scala
tests/integration/cases/dates/swift.swift
tests/integration/cases/dates/swift_combined.swift
tests/integration/cases/dates/swift_varname.swift
tests/integration/cases/dates/toml.toml
tests/integration/cases/dates/toml_combined.toml
tests/integration/cases/dates/toml_varname.toml
tests/integration/cases/dates/ts_native.ts
tests/integration/cases/dates/typescript.ts
tests/integration/cases/dates/typescript_combined.ts
tests/integration/cases/dates/typescript_varname.ts
tests/integration/cases/dates/vb.vb
tests/integration/cases/dates/vb_combined.vb
tests/integration/cases/dates/vb_varname.vb
tests/integration/cases/dates/yaml.yaml
tests/integration/cases/dates/yaml_combined.yaml
tests/integration/cases/dates/yaml_varname.yaml
tests/integration/cases/dates/zig.zig
tests/integration/cases/dates/zig_combined.zig
tests/integration/cases/dates/zig_varname.zig
tests/integration/cases/deep_nesting/ada.adb
tests/integration/cases/deep_nesting/ada_combined.adb
tests/integration/cases/deep_nesting/ada_varname.adb
tests/integration/cases/deep_nesting/bash.sh
tests/integration/cases/deep_nesting/bash_combined.sh
tests/integration/cases/deep_nesting/bash_varname.sh
tests/integration/cases/deep_nesting/c.c
tests/integration/cases/deep_nesting/c_combined.c
tests/integration/cases/deep_nesting/c_varname.c
tests/integration/cases/deep_nesting/clojure.clj
tests/integration/cases/deep_nesting/clojure_combined.clj
tests/integration/cases/deep_nesting/clojure_varname.clj
tests/integration/cases/deep_nesting/cobol.cob
tests/integration/cases/deep_nesting/cobol_combined.cob
tests/integration/cases/deep_nesting/cobol_varname.cob
tests/integration/cases/deep_nesting/common_lisp.lisp
tests/integration/cases/deep_nesting/common_lisp_combined.lisp
tests/integration/cases/deep_nesting/common_lisp_varname.lisp
tests/integration/cases/deep_nesting/cpp.cpp
tests/integration/cases/deep_nesting/cpp_combined.cpp
tests/integration/cases/deep_nesting/cpp_varname.cpp
tests/integration/cases/deep_nesting/crystal.cr
tests/integration/cases/deep_nesting/crystal_combined.cr
tests/integration/cases/deep_nesting/crystal_varname.cr
tests/integration/cases/deep_nesting/csharp.cs
tests/integration/cases/deep_nesting/csharp_combined.cs
tests/integration/cases/deep_nesting/csharp_varname.cs
tests/integration/cases/deep_nesting/d.d
tests/integration/cases/deep_nesting/d_combined.d
tests/integration/cases/deep_nesting/d_varname.d
tests/integration/cases/deep_nesting/dart.dart
tests/integration/cases/deep_nesting/dart_combined.dart
tests/integration/cases/deep_nesting/dart_varname.dart
tests/integration/cases/deep_nesting/elixir.ex
tests/integration/cases/deep_nesting/elixir_combined.ex
tests/integration/cases/deep_nesting/elixir_varname.ex
tests/integration/cases/deep_nesting/erlang.erl
tests/integration/cases/deep_nesting/erlang_combined.erl
tests/integration/cases/deep_nesting/erlang_varname.erl
tests/integration/cases/deep_nesting/fsharp.fs
tests/integration/cases/deep_nesting/fsharp_combined.fs
tests/integration/cases/deep_nesting/fsharp_varname.fs
tests/integration/cases/deep_nesting/go.go
tests/integration/cases/deep_nesting/go_combined.go
tests/integration/cases/deep_nesting/go_varname.go
tests/integration/cases/deep_nesting/groovy.groovy
tests/integration/cases/deep_nesting/groovy_combined.groovy
tests/integration/cases/deep_nesting/groovy_varname.groovy
tests/integration/cases/deep_nesting/haskell.hs
tests/integration/cases/deep_nesting/haskell_combined.hs
tests/integration/cases/deep_nesting/haskell_varname.hs
tests/integration/cases/deep_nesting/hcl.hcl
tests/integration/cases/deep_nesting/hcl_combined.hcl
tests/integration/cases/deep_nesting/hcl_varname.hcl
tests/integration/cases/deep_nesting/input.yaml
tests/integration/cases/deep_nesting/java.java
tests/integration/cases/deep_nesting/java_combined.java
tests/integration/cases/deep_nesting/java_varname.java
tests/integration/cases/deep_nesting/javascript.js
tests/integration/cases/deep_nesting/javascript_combined.js
tests/integration/cases/deep_nesting/javascript_varname.js
tests/integration/cases/deep_nesting/julia.jl
tests/integration/cases/deep_nesting/julia_combined.jl
tests/integration/cases/deep_nesting/julia_varname.jl
tests/integration/cases/deep_nesting/kotlin.kts
tests/integration/cases/deep_nesting/kotlin_combined.kts
tests/integration/cases/deep_nesting/kotlin_varname.kts
tests/integration/cases/deep_nesting/lua.lua
tests/integration/cases/deep_nesting/lua_combined.lua
tests/integration/cases/deep_nesting/lua_varname.lua
tests/integration/cases/deep_nesting/matlab.m
tests/integration/cases/deep_nesting/matlab_combined.m
tests/integration/cases/deep_nesting/matlab_varname.m
tests/integration/cases/deep_nesting/mojo.mojo
tests/integration/cases/deep_nesting/mojo_combined.mojo
tests/integration/cases/deep_nesting/mojo_varname.mojo
tests/integration/cases/deep_nesting/nim.nim
tests/integration/cases/deep_nesting/nim_combined.nim
tests/integration/cases/deep_nesting/nim_varname.nim
tests/integration/cases/deep_nesting/ocaml.ml
tests/integration/cases/deep_nesting/ocaml_combined.ml
tests/integration/cases/deep_nesting/ocaml_varname.ml
tests/integration/cases/deep_nesting/occam.occ
tests/integration/cases/deep_nesting/occam_combined.occ
tests/integration/cases/deep_nesting/occam_varname.occ
tests/integration/cases/deep_nesting/perl.pl
tests/integration/cases/deep_nesting/perl_combined.pl
tests/integration/cases/deep_nesting/perl_varname.pl
tests/integration/cases/deep_nesting/php.php
tests/integration/cases/deep_nesting/php_combined.php
tests/integration/cases/deep_nesting/php_varname.php
tests/integration/cases/deep_nesting/powershell.ps1
tests/integration/cases/deep_nesting/powershell_combined.ps1
tests/integration/cases/deep_nesting/powershell_varname.ps1
tests/integration/cases/deep_nesting/python.py
tests/integration/cases/deep_nesting/python_combined.py
tests/integration/cases/deep_nesting/python_varname.py
tests/integration/cases/deep_nesting/r.R
tests/integration/cases/deep_nesting/r_combined.R
tests/integration/cases/deep_nesting/r_varname.R
tests/integration/cases/deep_nesting/racket.rkt
tests/integration/cases/deep_nesting/racket_combined.rkt
tests/integration/cases/deep_nesting/racket_varname.rkt
tests/integration/cases/deep_nesting/ruby.rb
tests/integration/cases/deep_nesting/ruby_combined.rb
tests/integration/cases/deep_nesting/ruby_varname.rb
tests/integration/cases/deep_nesting/rust.rs
tests/integration/cases/deep_nesting/rust_combined.rs
tests/integration/cases/deep_nesting/rust_varname.rs
tests/integration/cases/deep_nesting/scala.scala
tests/integration/cases/deep_nesting/scala_combined.scala
tests/integration/cases/deep_nesting/scala_varname.scala
tests/integration/cases/deep_nesting/swift.swift
tests/integration/cases/deep_nesting/swift_combined.swift
tests/integration/cases/deep_nesting/swift_varname.swift
tests/integration/cases/deep_nesting/toml.toml
tests/integration/cases/deep_nesting/toml_combined.toml
tests/integration/cases/deep_nesting/toml_varname.toml
tests/integration/cases/deep_nesting/typescript.ts
tests/integration/cases/deep_nesting/typescript_combined.ts
tests/integration/cases/deep_nesting/typescript_varname.ts
tests/integration/cases/deep_nesting/vb.vb
tests/integration/cases/deep_nesting/vb_combined.vb
tests/integration/cases/deep_nesting/vb_varname.vb
tests/integration/cases/deep_nesting/yaml.yaml
tests/integration/cases/deep_nesting/yaml_combined.yaml
tests/integration/cases/deep_nesting/yaml_varname.yaml
tests/integration/cases/deep_nesting/zig.zig
tests/integration/cases/deep_nesting/zig_combined.zig
tests/integration/cases/deep_nesting/zig_varname.zig
tests/integration/cases/dict_with_control_char_keys/ada.adb
tests/integration/cases/dict_with_control_char_keys/ada_combined.adb
tests/integration/cases/dict_with_control_char_keys/ada_varname.adb
tests/integration/cases/dict_with_control_char_keys/bash.sh
tests/integration/cases/dict_with_control_char_keys/bash_combined.sh
tests/integration/cases/dict_with_control_char_keys/bash_varname.sh
tests/integration/cases/dict_with_control_char_keys/c.c
tests/integration/cases/dict_with_control_char_keys/c_combined.c
tests/integration/cases/dict_with_control_char_keys/c_varname.c
tests/integration/cases/dict_with_control_char_keys/clojure.clj
tests/integration/cases/dict_with_control_char_keys/clojure_combined.clj
tests/integration/cases/dict_with_control_char_keys/clojure_varname.clj
tests/integration/cases/dict_with_control_char_keys/cobol.cob
tests/integration/cases/dict_with_control_char_keys/cobol_combined.cob
tests/integration/cases/dict_with_control_char_keys/cobol_varname.cob
tests/integration/cases/dict_with_control_char_keys/common_lisp.lisp
tests/integration/cases/dict_with_control_char_keys/common_lisp_combined.lisp
tests/integration/cases/dict_with_control_char_keys/common_lisp_varname.lisp
tests/integration/cases/dict_with_control_char_keys/cpp.cpp
tests/integration/cases/dict_with_control_char_keys/cpp_combined.cpp
tests/integration/cases/dict_with_control_char_keys/cpp_varname.cpp
tests/integration/cases/dict_with_control_char_keys/crystal.cr
tests/integration/cases/dict_with_control_char_keys/crystal_combined.cr
tests/integration/cases/dict_with_control_char_keys/crystal_varname.cr
tests/integration/cases/dict_with_control_char_keys/csharp.cs
tests/integration/cases/dict_with_control_char_keys/csharp_combined.cs
tests/integration/cases/dict_with_control_char_keys/csharp_varname.cs
tests/integration/cases/dict_with_control_char_keys/d.d
tests/integration/cases/dict_with_control_char_keys/d_combined.d
tests/integration/cases/dict_with_control_char_keys/d_varname.d
tests/integration/cases/dict_with_control_char_keys/dart.dart
tests/integration/cases/dict_with_control_char_keys/dart_combined.dart
tests/integration/cases/dict_with_control_char_keys/dart_varname.dart
tests/integration/cases/dict_with_control_char_keys/elixir.ex
tests/integration/cases/dict_with_control_char_keys/elixir_combined.ex
tests/integration/cases/dict_with_control_char_keys/elixir_varname.ex
tests/integration/cases/dict_with_control_char_keys/erlang.erl
tests/integration/cases/dict_with_control_char_keys/erlang_combined.erl
tests/integration/cases/dict_with_control_char_keys/erlang_varname.erl
tests/integration/cases/dict_with_control_char_keys/fsharp.fs
tests/integration/cases/dict_with_control_char_keys/fsharp_combined.fs
tests/integration/cases/dict_with_control_char_keys/fsharp_varname.fs
tests/integration/cases/dict_with_control_char_keys/go.go
tests/integration/cases/dict_with_control_char_keys/go_combined.go
tests/integration/cases/dict_with_control_char_keys/go_varname.go
tests/integration/cases/dict_with_control_char_keys/groovy.groovy
tests/integration/cases/dict_with_control_char_keys/groovy_combined.groovy
tests/integration/cases/dict_with_control_char_keys/groovy_varname.groovy
tests/integration/cases/dict_with_control_char_keys/haskell.hs
tests/integration/cases/dict_with_control_char_keys/haskell_combined.hs
tests/integration/cases/dict_with_control_char_keys/haskell_varname.hs
tests/integration/cases/dict_with_control_char_keys/hcl.hcl
tests/integration/cases/dict_with_control_char_keys/hcl_combined.hcl
tests/integration/cases/dict_with_control_char_keys/hcl_varname.hcl
tests/integration/cases/dict_with_control_char_keys/input.yaml
tests/integration/cases/dict_with_control_char_keys/java.java
tests/integration/cases/dict_with_control_char_keys/java_combined.java
tests/integration/cases/dict_with_control_char_keys/java_varname.java
tests/integration/cases/dict_with_control_char_keys/javascript.js
tests/integration/cases/dict_with_control_char_keys/javascript_combined.js
tests/integration/cases/dict_with_control_char_keys/javascript_varname.js
tests/integration/cases/dict_with_control_char_keys/julia.jl
tests/integration/cases/dict_with_control_char_keys/julia_combined.jl
tests/integration/cases/dict_with_control_char_keys/julia_varname.jl
tests/integration/cases/dict_with_control_char_keys/kotlin.kts
tests/integration/cases/dict_with_control_char_keys/kotlin_combined.kts
tests/integration/cases/dict_with_control_char_keys/kotlin_varname.kts
tests/integration/cases/dict_with_control_char_keys/lua.lua
tests/integration/cases/dict_with_control_char_keys/lua_combined.lua
tests/integration/cases/dict_with_control_char_keys/lua_varname.lua
tests/integration/cases/dict_with_control_char_keys/matlab.m
tests/integration/cases/dict_with_control_char_keys/matlab_combined.m
tests/integration/cases/dict_with_control_char_keys/matlab_varname.m
tests/integration/cases/dict_with_control_char_keys/mojo.mojo
tests/integration/cases/dict_with_control_char_keys/mojo_combined.mojo
tests/integration/cases/dict_with_control_char_keys/mojo_varname.mojo
tests/integration/cases/dict_with_control_char_keys/nim.nim
tests/integration/cases/dict_with_control_char_keys/nim_combined.nim
tests/integration/cases/dict_with_control_char_keys/nim_varname.nim
tests/integration/cases/dict_with_control_char_keys/ocaml.ml
tests/integration/cases/dict_with_control_char_keys/ocaml_combined.ml
tests/integration/cases/dict_with_control_char_keys/ocaml_varname.ml
tests/integration/cases/dict_with_control_char_keys/occam.occ
tests/integration/cases/dict_with_control_char_keys/occam_combined.occ
tests/integration/cases/dict_with_control_char_keys/occam_varname.occ
tests/integration/cases/dict_with_control_char_keys/perl.pl
tests/integration/cases/dict_with_control_char_keys/perl_combined.pl
tests/integration/cases/dict_with_control_char_keys/perl_varname.pl
tests/integration/cases/dict_with_control_char_keys/php.php
tests/integration/cases/dict_with_control_char_keys/php_combined.php
tests/integration/cases/dict_with_control_char_keys/php_varname.php
tests/integration/cases/dict_with_control_char_keys/powershell.ps1
tests/integration/cases/dict_with_control_char_keys/powershell_combined.ps1
tests/integration/cases/dict_with_control_char_keys/powershell_varname.ps1
tests/integration/cases/dict_with_control_char_keys/python.py
tests/integration/cases/dict_with_control_char_keys/python_combined.py
tests/integration/cases/dict_with_control_char_keys/python_varname.py
tests/integration/cases/dict_with_control_char_keys/r.R
tests/integration/cases/dict_with_control_char_keys/r_combined.R
tests/integration/cases/dict_with_control_char_keys/r_varname.R
tests/integration/cases/dict_with_control_char_keys/racket.rkt
tests/integration/cases/dict_with_control_char_keys/racket_combined.rkt
tests/integration/cases/dict_with_control_char_keys/racket_varname.rkt
tests/integration/cases/dict_with_control_char_keys/ruby.rb
tests/integration/cases/dict_with_control_char_keys/ruby_combined.rb
tests/integration/cases/dict_with_control_char_keys/ruby_varname.rb
tests/integration/cases/dict_with_control_char_keys/rust.rs
tests/integration/cases/dict_with_control_char_keys/rust_combined.rs
tests/integration/cases/dict_with_control_char_keys/rust_varname.rs
tests/integration/cases/dict_with_control_char_keys/scala.scala
tests/integration/cases/dict_with_control_char_keys/scala_combined.scala
tests/integration/cases/dict_with_control_char_keys/scala_varname.scala
tests/integration/cases/dict_with_control_char_keys/swift.swift
tests/integration/cases/dict_with_control_char_keys/swift_combined.swift
tests/integration/cases/dict_with_control_char_keys/swift_varname.swift
tests/integration/cases/dict_with_control_char_keys/toml.toml
tests/integration/cases/dict_with_control_char_keys/toml_combined.toml
tests/integration/cases/dict_with_control_char_keys/toml_varname.toml
tests/integration/cases/dict_with_control_char_keys/typescript.ts
tests/integration/cases/dict_with_control_char_keys/typescript_combined.ts
tests/integration/cases/dict_with_control_char_keys/typescript_varname.ts
tests/integration/cases/dict_with_control_char_keys/vb.vb
tests/integration/cases/dict_with_control_char_keys/vb_combined.vb
tests/integration/cases/dict_with_control_char_keys/vb_varname.vb
tests/integration/cases/dict_with_control_char_keys/yaml.yaml
tests/integration/cases/dict_with_control_char_keys/yaml_combined.yaml
tests/integration/cases/dict_with_control_char_keys/yaml_varname.yaml
tests/integration/cases/dict_with_control_char_keys/zig.zig
tests/integration/cases/dict_with_control_char_keys/zig_combined.zig
tests/integration/cases/dict_with_control_char_keys/zig_varname.zig
tests/integration/cases/dict_with_nulls/ada.adb
tests/integration/cases/dict_with_nulls/ada_combined.adb
tests/integration/cases/dict_with_nulls/ada_varname.adb
tests/integration/cases/dict_with_nulls/bash.sh
tests/integration/cases/dict_with_nulls/bash_combined.sh
tests/integration/cases/dict_with_nulls/bash_varname.sh
tests/integration/cases/dict_with_nulls/c.c
tests/integration/cases/dict_with_nulls/c_combined.c
tests/integration/cases/dict_with_nulls/c_varname.c
tests/integration/cases/dict_with_nulls/clojure.clj
tests/integration/cases/dict_with_nulls/clojure_combined.clj
tests/integration/cases/dict_with_nulls/clojure_varname.clj
tests/integration/cases/dict_with_nulls/cobol.cob
tests/integration/cases/dict_with_nulls/cobol_combined.cob
tests/integration/cases/dict_with_nulls/cobol_varname.cob
tests/integration/cases/dict_with_nulls/common_lisp.lisp
tests/integration/cases/dict_with_nulls/common_lisp_combined.lisp
tests/integration/cases/dict_with_nulls/common_lisp_varname.lisp
tests/integration/cases/dict_with_nulls/cpp.cpp
tests/integration/cases/dict_with_nulls/cpp_combined.cpp
tests/integration/cases/dict_with_nulls/cpp_varname.cpp
tests/integration/cases/dict_with_nulls/crystal.cr
tests/integration/cases/dict_with_nulls/crystal_combined.cr
tests/integration/cases/dict_with_nulls/crystal_varname.cr
tests/integration/cases/dict_with_nulls/csharp.cs
tests/integration/cases/dict_with_nulls/csharp_combined.cs
tests/integration/cases/dict_with_nulls/csharp_varname.cs
tests/integration/cases/dict_with_nulls/d.d
tests/integration/cases/dict_with_nulls/d_combined.d
tests/integration/cases/dict_with_nulls/d_varname.d
tests/integration/cases/dict_with_nulls/dart.dart
tests/integration/cases/dict_with_nulls/dart_combined.dart
tests/integration/cases/dict_with_nulls/dart_varname.dart
tests/integration/cases/dict_with_nulls/elixir.ex
tests/integration/cases/dict_with_nulls/elixir_combined.ex
tests/integration/cases/dict_with_nulls/elixir_varname.ex
tests/integration/cases/dict_with_nulls/erlang.erl
tests/integration/cases/dict_with_nulls/erlang_combined.erl
tests/integration/cases/dict_with_nulls/erlang_varname.erl
tests/integration/cases/dict_with_nulls/fsharp.fs
tests/integration/cases/dict_with_nulls/fsharp_combined.fs
tests/integration/cases/dict_with_nulls/fsharp_varname.fs
tests/integration/cases/dict_with_nulls/go.go
tests/integration/cases/dict_with_nulls/go_combined.go
tests/integration/cases/dict_with_nulls/go_varname.go
tests/integration/cases/dict_with_nulls/groovy.groovy
tests/integration/cases/dict_with_nulls/groovy_combined.groovy
tests/integration/cases/dict_with_nulls/groovy_varname.groovy
tests/integration/cases/dict_with_nulls/haskell.hs
tests/integration/cases/dict_with_nulls/haskell_combined.hs
tests/integration/cases/dict_with_nulls/haskell_varname.hs
tests/integration/cases/dict_with_nulls/hcl.hcl
tests/integration/cases/dict_with_nulls/hcl_combined.hcl
tests/integration/cases/dict_with_nulls/hcl_varname.hcl
tests/integration/cases/dict_with_nulls/input.yaml
tests/integration/cases/dict_with_nulls/java.java
tests/integration/cases/dict_with_nulls/java_combined.java
tests/integration/cases/dict_with_nulls/java_varname.java
tests/integration/cases/dict_with_nulls/javascript.js
tests/integration/cases/dict_with_nulls/javascript_combined.js
tests/integration/cases/dict_with_nulls/javascript_varname.js
tests/integration/cases/dict_with_nulls/julia.jl
tests/integration/cases/dict_with_nulls/julia_combined.jl
tests/integration/cases/dict_with_nulls/julia_varname.jl
tests/integration/cases/dict_with_nulls/kotlin.kts
tests/integration/cases/dict_with_nulls/kotlin_combined.kts
tests/integration/cases/dict_with_nulls/kotlin_varname.kts
tests/integration/cases/dict_with_nulls/lua.lua
tests/integration/cases/dict_with_nulls/lua_combined.lua
tests/integration/cases/dict_with_nulls/lua_varname.lua
tests/integration/cases/dict_with_nulls/matlab.m
tests/integration/cases/dict_with_nulls/matlab_combined.m
tests/integration/cases/dict_with_nulls/matlab_varname.m
tests/integration/cases/dict_with_nulls/mojo.mojo
tests/integration/cases/dict_with_nulls/mojo_combined.mojo
tests/integration/cases/dict_with_nulls/mojo_varname.mojo
tests/integration/cases/dict_with_nulls/nim.nim
tests/integration/cases/dict_with_nulls/nim_combined.nim
tests/integration/cases/dict_with_nulls/nim_varname.nim
tests/integration/cases/dict_with_nulls/ocaml.ml
tests/integration/cases/dict_with_nulls/ocaml_combined.ml
tests/integration/cases/dict_with_nulls/ocaml_varname.ml
tests/integration/cases/dict_with_nulls/occam.occ
tests/integration/cases/dict_with_nulls/occam_combined.occ
tests/integration/cases/dict_with_nulls/occam_varname.occ
tests/integration/cases/dict_with_nulls/perl.pl
tests/integration/cases/dict_with_nulls/perl_combined.pl
tests/integration/cases/dict_with_nulls/perl_varname.pl
tests/integration/cases/dict_with_nulls/php.php
tests/integration/cases/dict_with_nulls/php_combined.php
tests/integration/cases/dict_with_nulls/php_varname.php
tests/integration/cases/dict_with_nulls/powershell.ps1
tests/integration/cases/dict_with_nulls/powershell_combined.ps1
tests/integration/cases/dict_with_nulls/powershell_varname.ps1
tests/integration/cases/dict_with_nulls/python.py
tests/integration/cases/dict_with_nulls/python_combined.py
tests/integration/cases/dict_with_nulls/python_varname.py
tests/integration/cases/dict_with_nulls/r.R
tests/integration/cases/dict_with_nulls/r_combined.R
tests/integration/cases/dict_with_nulls/r_varname.R
tests/integration/cases/dict_with_nulls/racket.rkt
tests/integration/cases/dict_with_nulls/racket_combined.rkt
tests/integration/cases/dict_with_nulls/racket_varname.rkt
tests/integration/cases/dict_with_nulls/ruby.rb
tests/integration/cases/dict_with_nulls/ruby_combined.rb
tests/integration/cases/dict_with_nulls/ruby_varname.rb
tests/integration/cases/dict_with_nulls/rust.rs
tests/integration/cases/dict_with_nulls/rust_combined.rs
tests/integration/cases/dict_with_nulls/rust_varname.rs
tests/integration/cases/dict_with_nulls/scala.scala
tests/integration/cases/dict_with_nulls/scala_combined.scala
tests/integration/cases/dict_with_nulls/scala_varname.scala
tests/integration/cases/dict_with_nulls/swift.swift
tests/integration/cases/dict_with_nulls/swift_combined.swift
tests/integration/cases/dict_with_nulls/swift_varname.swift
tests/integration/cases/dict_with_nulls/toml.toml
tests/integration/cases/dict_with_nulls/toml_combined.toml
tests/integration/cases/dict_with_nulls/toml_varname.toml
tests/integration/cases/dict_with_nulls/typescript.ts
tests/integration/cases/dict_with_nulls/typescript_combined.ts
tests/integration/cases/dict_with_nulls/typescript_varname.ts
tests/integration/cases/dict_with_nulls/vb.vb
tests/integration/cases/dict_with_nulls/vb_combined.vb
tests/integration/cases/dict_with_nulls/vb_varname.vb
tests/integration/cases/dict_with_nulls/yaml.yaml
tests/integration/cases/dict_with_nulls/yaml_combined.yaml
tests/integration/cases/dict_with_nulls/yaml_varname.yaml
tests/integration/cases/dict_with_nulls/zig.zig
tests/integration/cases/dict_with_nulls/zig_combined.zig
tests/integration/cases/dict_with_nulls/zig_varname.zig
tests/integration/cases/empty_sequence/ada.adb
tests/integration/cases/empty_sequence/ada_combined.adb
tests/integration/cases/empty_sequence/ada_varname.adb
tests/integration/cases/empty_sequence/bash.sh
tests/integration/cases/empty_sequence/bash_combined.sh
tests/integration/cases/empty_sequence/bash_varname.sh
tests/integration/cases/empty_sequence/c.c
tests/integration/cases/empty_sequence/c_combined.c
tests/integration/cases/empty_sequence/c_varname.c
tests/integration/cases/empty_sequence/clojure.clj
tests/integration/cases/empty_sequence/clojure_combined.clj
tests/integration/cases/empty_sequence/clojure_varname.clj
tests/integration/cases/empty_sequence/cobol.cob
tests/integration/cases/empty_sequence/cobol_combined.cob
tests/integration/cases/empty_sequence/cobol_varname.cob
tests/integration/cases/empty_sequence/common_lisp.lisp
tests/integration/cases/empty_sequence/common_lisp_combined.lisp
tests/integration/cases/empty_sequence/common_lisp_varname.lisp
tests/integration/cases/empty_sequence/cpp.cpp
tests/integration/cases/empty_sequence/cpp_combined.cpp
tests/integration/cases/empty_sequence/cpp_varname.cpp
tests/integration/cases/empty_sequence/crystal.cr
tests/integration/cases/empty_sequence/crystal_combined.cr
tests/integration/cases/empty_sequence/crystal_varname.cr
tests/integration/cases/empty_sequence/csharp.cs
tests/integration/cases/empty_sequence/csharp_combined.cs
tests/integration/cases/empty_sequence/csharp_varname.cs
tests/integration/cases/empty_sequence/d.d
tests/integration/cases/empty_sequence/d_combined.d
tests/integration/cases/empty_sequence/d_varname.d
tests/integration/cases/empty_sequence/dart.dart
tests/integration/cases/empty_sequence/dart_combined.dart
tests/integration/cases/empty_sequence/dart_varname.dart
tests/integration/cases/empty_sequence/elixir.ex
tests/integration/cases/empty_sequence/elixir_combined.ex
tests/integration/cases/empty_sequence/elixir_varname.ex
tests/integration/cases/empty_sequence/erlang.erl
tests/integration/cases/empty_sequence/erlang_combined.erl
tests/integration/cases/empty_sequence/erlang_varname.erl
tests/integration/cases/empty_sequence/fsharp.fs
tests/integration/cases/empty_sequence/fsharp_combined.fs
tests/integration/cases/empty_sequence/fsharp_varname.fs
tests/integration/cases/empty_sequence/go.go
tests/integration/cases/empty_sequence/go_combined.go
tests/integration/cases/empty_sequence/go_varname.go
tests/integration/cases/empty_sequence/groovy.groovy
tests/integration/cases/empty_sequence/groovy_combined.groovy
tests/integration/cases/empty_sequence/groovy_varname.groovy
tests/integration/cases/empty_sequence/haskell.hs
tests/integration/cases/empty_sequence/haskell_combined.hs
tests/integration/cases/empty_sequence/haskell_varname.hs
tests/integration/cases/empty_sequence/hcl.hcl
tests/integration/cases/empty_sequence/hcl_combined.hcl
tests/integration/cases/empty_sequence/hcl_varname.hcl
tests/integration/cases/empty_sequence/input.yaml
tests/integration/cases/empty_sequence/java.java
tests/integration/cases/empty_sequence/java_combined.java
tests/integration/cases/empty_sequence/java_varname.java
tests/integration/cases/empty_sequence/javascript.js
tests/integration/cases/empty_sequence/javascript_combined.js
tests/integration/cases/empty_sequence/javascript_varname.js
tests/integration/cases/empty_sequence/julia.jl
tests/integration/cases/empty_sequence/julia_combined.jl
tests/integration/cases/empty_sequence/julia_varname.jl
tests/integration/cases/empty_sequence/kotlin.kts
tests/integration/cases/empty_sequence/kotlin_combined.kts
tests/integration/cases/empty_sequence/kotlin_varname.kts
tests/integration/cases/empty_sequence/lua.lua
tests/integration/cases/empty_sequence/lua_combined.lua
tests/integration/cases/empty_sequence/lua_varname.lua
tests/integration/cases/empty_sequence/matlab.m
tests/integration/cases/empty_sequence/matlab_combined.m
tests/integration/cases/empty_sequence/matlab_varname.m
tests/integration/cases/empty_sequence/mojo.mojo
tests/integration/cases/empty_sequence/mojo_combined.mojo
tests/integration/cases/empty_sequence/mojo_varname.mojo
tests/integration/cases/empty_sequence/nim.nim
tests/integration/cases/empty_sequence/nim_combined.nim
tests/integration/cases/empty_sequence/nim_varname.nim
tests/integration/cases/empty_sequence/ocaml.ml
tests/integration/cases/empty_sequence/ocaml_combined.ml
tests/integration/cases/empty_sequence/ocaml_varname.ml
tests/integration/cases/empty_sequence/occam.occ
tests/integration/cases/empty_sequence/occam_combined.occ
tests/integration/cases/empty_sequence/occam_varname.occ
tests/integration/cases/empty_sequence/perl.pl
tests/integration/cases/empty_sequence/perl_combined.pl
tests/integration/cases/empty_sequence/perl_varname.pl
tests/integration/cases/empty_sequence/php.php
tests/integration/cases/empty_sequence/php_combined.php
tests/integration/cases/empty_sequence/php_varname.php
tests/integration/cases/empty_sequence/powershell.ps1
tests/integration/cases/empty_sequence/powershell_combined.ps1
tests/integration/cases/empty_sequence/powershell_varname.ps1
tests/integration/cases/empty_sequence/python.py
tests/integration/cases/empty_sequence/python_combined.py
tests/integration/cases/empty_sequence/python_varname.py
tests/integration/cases/empty_sequence/r.R
tests/integration/cases/empty_sequence/r_combined.R
tests/integration/cases/empty_sequence/r_varname.R
tests/integration/cases/empty_sequence/racket.rkt
tests/integration/cases/empty_sequence/racket_combined.rkt
tests/integration/cases/empty_sequence/racket_varname.rkt
tests/integration/cases/empty_sequence/ruby.rb
tests/integration/cases/empty_sequence/ruby_combined.rb
tests/integration/cases/empty_sequence/ruby_varname.rb
tests/integration/cases/empty_sequence/rust.rs
tests/integration/cases/empty_sequence/rust_combined.rs
tests/integration/cases/empty_sequence/rust_varname.rs
tests/integration/cases/empty_sequence/scala.scala
tests/integration/cases/empty_sequence/scala_combined.scala
tests/integration/cases/empty_sequence/scala_varname.scala
tests/integration/cases/empty_sequence/swift.swift
tests/integration/cases/empty_sequence/swift_combined.swift
tests/integration/cases/empty_sequence/swift_varname.swift
tests/integration/cases/empty_sequence/toml.toml
tests/integration/cases/empty_sequence/toml_combined.toml
tests/integration/cases/empty_sequence/toml_varname.toml
tests/integration/cases/empty_sequence/typescript.ts
tests/integration/cases/empty_sequence/typescript_combined.ts
tests/integration/cases/empty_sequence/typescript_varname.ts
tests/integration/cases/empty_sequence/vb.vb
tests/integration/cases/empty_sequence/vb_combined.vb
tests/integration/cases/empty_sequence/vb_varname.vb
tests/integration/cases/empty_sequence/yaml.yaml
tests/integration/cases/empty_sequence/yaml_combined.yaml
tests/integration/cases/empty_sequence/yaml_varname.yaml
tests/integration/cases/empty_sequence/zig.zig
tests/integration/cases/empty_sequence/zig_combined.zig
tests/integration/cases/empty_sequence/zig_varname.zig
tests/integration/cases/float_list/ada.adb
tests/integration/cases/float_list/ada_combined.adb
tests/integration/cases/float_list/ada_varname.adb
tests/integration/cases/float_list/bash.sh
tests/integration/cases/float_list/bash_combined.sh
tests/integration/cases/float_list/bash_varname.sh
tests/integration/cases/float_list/c.c
tests/integration/cases/float_list/c_combined.c
tests/integration/cases/float_list/c_varname.c
tests/integration/cases/float_list/clojure.clj
tests/integration/cases/float_list/clojure_combined.clj
tests/integration/cases/float_list/clojure_varname.clj
tests/integration/cases/float_list/cobol.cob
tests/integration/cases/float_list/cobol_combined.cob
tests/integration/cases/float_list/cobol_varname.cob
tests/integration/cases/float_list/common_lisp.lisp
tests/integration/cases/float_list/common_lisp_combined.lisp
tests/integration/cases/float_list/common_lisp_varname.lisp
tests/integration/cases/float_list/cpp.cpp
tests/integration/cases/float_list/cpp_combined.cpp
tests/integration/cases/float_list/cpp_varname.cpp
tests/integration/cases/float_list/crystal.cr
tests/integration/cases/float_list/crystal_combined.cr
tests/integration/cases/float_list/crystal_varname.cr
tests/integration/cases/float_list/csharp.cs
tests/integration/cases/float_list/csharp_combined.cs
tests/integration/cases/float_list/csharp_varname.cs
tests/integration/cases/float_list/d.d
tests/integration/cases/float_list/d_combined.d
tests/integration/cases/float_list/d_varname.d
tests/integration/cases/float_list/dart.dart
tests/integration/cases/float_list/dart_combined.dart
tests/integration/cases/float_list/dart_varname.dart
tests/integration/cases/float_list/elixir.ex
tests/integration/cases/float_list/elixir_combined.ex
tests/integration/cases/float_list/elixir_varname.ex
tests/integration/cases/float_list/erlang.erl
tests/integration/cases/float_list/erlang_combined.erl
tests/integration/cases/float_list/erlang_varname.erl
tests/integration/cases/float_list/fsharp.fs
tests/integration/cases/float_list/fsharp_combined.fs
tests/integration/cases/float_list/fsharp_varname.fs
tests/integration/cases/float_list/go.go
tests/integration/cases/float_list/go_combined.go
tests/integration/cases/float_list/go_varname.go
tests/integration/cases/float_list/groovy.groovy
tests/integration/cases/float_list/groovy_combined.groovy
tests/integration/cases/float_list/groovy_varname.groovy
tests/integration/cases/float_list/haskell.hs
tests/integration/cases/float_list/haskell_combined.hs
tests/integration/cases/float_list/haskell_varname.hs
tests/integration/cases/float_list/hcl.hcl
tests/integration/cases/float_list/hcl_combined.hcl
tests/integration/cases/float_list/hcl_varname.hcl
tests/integration/cases/float_list/input.yaml
tests/integration/cases/float_list/java.java
tests/integration/cases/float_list/java_combined.java
tests/integration/cases/float_list/java_varname.java
tests/integration/cases/float_list/javascript.js
tests/integration/cases/float_list/javascript_combined.js
tests/integration/cases/float_list/javascript_varname.js
tests/integration/cases/float_list/julia.jl
tests/integration/cases/float_list/julia_combined.jl
tests/integration/cases/float_list/julia_varname.jl
tests/integration/cases/float_list/kotlin.kts
tests/integration/cases/float_list/kotlin_combined.kts
tests/integration/cases/float_list/kotlin_varname.kts
tests/integration/cases/float_list/lua.lua
tests/integration/cases/float_list/lua_combined.lua
tests/integration/cases/float_list/lua_varname.lua
tests/integration/cases/float_list/matlab.m
tests/integration/cases/float_list/matlab_combined.m
tests/integration/cases/float_list/matlab_varname.m
tests/integration/cases/float_list/mojo.mojo
tests/integration/cases/float_list/mojo_combined.mojo
tests/integration/cases/float_list/mojo_varname.mojo
tests/integration/cases/float_list/nim.nim
tests/integration/cases/float_list/nim_combined.nim
tests/integration/cases/float_list/nim_varname.nim
tests/integration/cases/float_list/ocaml.ml
tests/integration/cases/float_list/ocaml_combined.ml
tests/integration/cases/float_list/ocaml_varname.ml
tests/integration/cases/float_list/occam.occ
tests/integration/cases/float_list/occam_combined.occ
tests/integration/cases/float_list/occam_varname.occ
tests/integration/cases/float_list/perl.pl
tests/integration/cases/float_list/perl_combined.pl
tests/integration/cases/float_list/perl_varname.pl
tests/integration/cases/float_list/php.php
tests/integration/cases/float_list/php_combined.php
tests/integration/cases/float_list/php_varname.php
tests/integration/cases/float_list/powershell.ps1
tests/integration/cases/float_list/powershell_combined.ps1
tests/integration/cases/float_list/powershell_varname.ps1
tests/integration/cases/float_list/python.py
tests/integration/cases/float_list/python_combined.py
tests/integration/cases/float_list/python_varname.py
tests/integration/cases/float_list/r.R
tests/integration/cases/float_list/r_combined.R
tests/integration/cases/float_list/r_varname.R
tests/integration/cases/float_list/racket.rkt
tests/integration/cases/float_list/racket_combined.rkt
tests/integration/cases/float_list/racket_varname.rkt
tests/integration/cases/float_list/ruby.rb
tests/integration/cases/float_list/ruby_combined.rb
tests/integration/cases/float_list/ruby_varname.rb
tests/integration/cases/float_list/rust.rs
tests/integration/cases/float_list/rust_combined.rs
tests/integration/cases/float_list/rust_varname.rs
tests/integration/cases/float_list/scala.scala
tests/integration/cases/float_list/scala_combined.scala
tests/integration/cases/float_list/scala_varname.scala
tests/integration/cases/float_list/swift.swift
tests/integration/cases/float_list/swift_combined.swift
tests/integration/cases/float_list/swift_varname.swift
tests/integration/cases/float_list/toml.toml
tests/integration/cases/float_list/toml_combined.toml
tests/integration/cases/float_list/toml_varname.toml
tests/integration/cases/float_list/typescript.ts
tests/integration/cases/float_list/typescript_combined.ts
tests/integration/cases/float_list/typescript_varname.ts
tests/integration/cases/float_list/vb.vb
tests/integration/cases/float_list/vb_combined.vb
tests/integration/cases/float_list/vb_varname.vb
tests/integration/cases/float_list/yaml.yaml
tests/integration/cases/float_list/yaml_combined.yaml
tests/integration/cases/float_list/yaml_varname.yaml
tests/integration/cases/float_list/zig.zig
tests/integration/cases/float_list/zig_combined.zig
tests/integration/cases/float_list/zig_varname.zig
tests/integration/cases/int_list/ada.adb
tests/integration/cases/int_list/ada_combined.adb
tests/integration/cases/int_list/ada_varname.adb
tests/integration/cases/int_list/bash.sh
tests/integration/cases/int_list/bash_combined.sh
tests/integration/cases/int_list/bash_varname.sh
tests/integration/cases/int_list/c.c
tests/integration/cases/int_list/c_combined.c
tests/integration/cases/int_list/c_varname.c
tests/integration/cases/int_list/clojure.clj
tests/integration/cases/int_list/clojure_combined.clj
tests/integration/cases/int_list/clojure_varname.clj
tests/integration/cases/int_list/cobol.cob
tests/integration/cases/int_list/cobol_combined.cob
tests/integration/cases/int_list/cobol_varname.cob
tests/integration/cases/int_list/common_lisp.lisp
tests/integration/cases/int_list/common_lisp_combined.lisp
tests/integration/cases/int_list/common_lisp_varname.lisp
tests/integration/cases/int_list/cpp.cpp
tests/integration/cases/int_list/cpp_combined.cpp
tests/integration/cases/int_list/cpp_varname.cpp
tests/integration/cases/int_list/crystal.cr
tests/integration/cases/int_list/crystal_combined.cr
tests/integration/cases/int_list/crystal_varname.cr
tests/integration/cases/int_list/csharp.cs
tests/integration/cases/int_list/csharp_combined.cs
tests/integration/cases/int_list/csharp_varname.cs
tests/integration/cases/int_list/d.d
tests/integration/cases/int_list/d_combined.d
tests/integration/cases/int_list/d_varname.d
tests/integration/cases/int_list/dart.dart
tests/integration/cases/int_list/dart_combined.dart
tests/integration/cases/int_list/dart_varname.dart
tests/integration/cases/int_list/elixir.ex
tests/integration/cases/int_list/elixir_combined.ex
tests/integration/cases/int_list/elixir_varname.ex
tests/integration/cases/int_list/erlang.erl
tests/integration/cases/int_list/erlang_combined.erl
tests/integration/cases/int_list/erlang_varname.erl
tests/integration/cases/int_list/fsharp.fs
tests/integration/cases/int_list/fsharp_combined.fs
tests/integration/cases/int_list/fsharp_varname.fs
tests/integration/cases/int_list/go.go
tests/integration/cases/int_list/go_combined.go
tests/integration/cases/int_list/go_varname.go
tests/integration/cases/int_list/groovy.groovy
tests/integration/cases/int_list/groovy_combined.groovy
tests/integration/cases/int_list/groovy_varname.groovy
tests/integration/cases/int_list/haskell.hs
tests/integration/cases/int_list/haskell_combined.hs
tests/integration/cases/int_list/haskell_varname.hs
tests/integration/cases/int_list/hcl.hcl
tests/integration/cases/int_list/hcl_combined.hcl
tests/integration/cases/int_list/hcl_varname.hcl
tests/integration/cases/int_list/input.yaml
tests/integration/cases/int_list/java.java
tests/integration/cases/int_list/java_combined.java
tests/integration/cases/int_list/java_varname.java
tests/integration/cases/int_list/javascript.js
tests/integration/cases/int_list/javascript_combined.js
tests/integration/cases/int_list/javascript_varname.js
tests/integration/cases/int_list/julia.jl
tests/integration/cases/int_list/julia_combined.jl
tests/integration/cases/int_list/julia_varname.jl
tests/integration/cases/int_list/kotlin.kts
tests/integration/cases/int_list/kotlin_combined.kts
tests/integration/cases/int_list/kotlin_varname.kts
tests/integration/cases/int_list/lua.lua
tests/integration/cases/int_list/lua_combined.lua
tests/integration/cases/int_list/lua_varname.lua
tests/integration/cases/int_list/matlab.m
tests/integration/cases/int_list/matlab_combined.m
tests/integration/cases/int_list/matlab_varname.m
tests/integration/cases/int_list/mojo.mojo
tests/integration/cases/int_list/mojo_combined.mojo
tests/integration/cases/int_list/mojo_varname.mojo
tests/integration/cases/int_list/nim.nim
tests/integration/cases/int_list/nim_combined.nim
tests/integration/cases/int_list/nim_varname.nim
tests/integration/cases/int_list/ocaml.ml
tests/integration/cases/int_list/ocaml_combined.ml
tests/integration/cases/int_list/ocaml_varname.ml
tests/integration/cases/int_list/occam.occ
tests/integration/cases/int_list/occam_combined.occ
tests/integration/cases/int_list/occam_varname.occ
tests/integration/cases/int_list/perl.pl
tests/integration/cases/int_list/perl_combined.pl
tests/integration/cases/int_list/perl_varname.pl
tests/integration/cases/int_list/php.php
tests/integration/cases/int_list/php_combined.php
tests/integration/cases/int_list/php_varname.php
tests/integration/cases/int_list/powershell.ps1
tests/integration/cases/int_list/powershell_combined.ps1
tests/integration/cases/int_list/powershell_varname.ps1
tests/integration/cases/int_list/python.py
tests/integration/cases/int_list/python_combined.py
tests/integration/cases/int_list/python_varname.py
tests/integration/cases/int_list/r.R
tests/integration/cases/int_list/r_combined.R
tests/integration/cases/int_list/r_varname.R
tests/integration/cases/int_list/racket.rkt
tests/integration/cases/int_list/racket_combined.rkt
tests/integration/cases/int_list/racket_varname.rkt
tests/integration/cases/int_list/ruby.rb
tests/integration/cases/int_list/ruby_combined.rb
tests/integration/cases/int_list/ruby_varname.rb
tests/integration/cases/int_list/rust.rs
tests/integration/cases/int_list/rust_combined.rs
tests/integration/cases/int_list/rust_varname.rs
tests/integration/cases/int_list/scala.scala
tests/integration/cases/int_list/scala_combined.scala
tests/integration/cases/int_list/scala_varname.scala
tests/integration/cases/int_list/swift.swift
tests/integration/cases/int_list/swift_combined.swift
tests/integration/cases/int_list/swift_varname.swift
tests/integration/cases/int_list/toml.toml
tests/integration/cases/int_list/toml_combined.toml
tests/integration/cases/int_list/toml_varname.toml
tests/integration/cases/int_list/typescript.ts
tests/integration/cases/int_list/typescript_combined.ts
tests/integration/cases/int_list/typescript_varname.ts
tests/integration/cases/int_list/vb.vb
tests/integration/cases/int_list/vb_combined.vb
tests/integration/cases/int_list/vb_varname.vb
tests/integration/cases/int_list/yaml.yaml
tests/integration/cases/int_list/yaml_combined.yaml
tests/integration/cases/int_list/yaml_varname.yaml
tests/integration/cases/int_list/zig.zig
tests/integration/cases/int_list/zig_combined.zig
tests/integration/cases/int_list/zig_varname.zig
tests/integration/cases/mixed_number_dict/ada.adb
tests/integration/cases/mixed_number_dict/ada_combined.adb
tests/integration/cases/mixed_number_dict/ada_varname.adb
tests/integration/cases/mixed_number_dict/bash.sh
tests/integration/cases/mixed_number_dict/bash_combined.sh
tests/integration/cases/mixed_number_dict/bash_varname.sh
tests/integration/cases/mixed_number_dict/c.c
tests/integration/cases/mixed_number_dict/c_combined.c
tests/integration/cases/mixed_number_dict/c_varname.c
tests/integration/cases/mixed_number_dict/clojure.clj
tests/integration/cases/mixed_number_dict/clojure_combined.clj
tests/integration/cases/mixed_number_dict/clojure_varname.clj
tests/integration/cases/mixed_number_dict/cobol.cob
tests/integration/cases/mixed_number_dict/cobol_combined.cob
tests/integration/cases/mixed_number_dict/cobol_varname.cob
tests/integration/cases/mixed_number_dict/common_lisp.lisp
tests/integration/cases/mixed_number_dict/common_lisp_combined.lisp
tests/integration/cases/mixed_number_dict/common_lisp_varname.lisp
tests/integration/cases/mixed_number_dict/cpp.cpp
tests/integration/cases/mixed_number_dict/cpp_combined.cpp
tests/integration/cases/mixed_number_dict/cpp_varname.cpp
tests/integration/cases/mixed_number_dict/crystal.cr
tests/integration/cases/mixed_number_dict/crystal_combined.cr
tests/integration/cases/mixed_number_dict/crystal_varname.cr
tests/integration/cases/mixed_number_dict/csharp.cs
tests/integration/cases/mixed_number_dict/csharp_combined.cs
tests/integration/cases/mixed_number_dict/csharp_varname.cs
tests/integration/cases/mixed_number_dict/d.d
tests/integration/cases/mixed_number_dict/d_combined.d
tests/integration/cases/mixed_number_dict/d_varname.d
tests/integration/cases/mixed_number_dict/dart.dart
tests/integration/cases/mixed_number_dict/dart_combined.dart
tests/integration/cases/mixed_number_dict/dart_varname.dart
tests/integration/cases/mixed_number_dict/elixir.ex
tests/integration/cases/mixed_number_dict/elixir_combined.ex
tests/integration/cases/mixed_number_dict/elixir_varname.ex
tests/integration/cases/mixed_number_dict/erlang.erl
tests/integration/cases/mixed_number_dict/erlang_combined.erl
tests/integration/cases/mixed_number_dict/erlang_varname.erl
tests/integration/cases/mixed_number_dict/fsharp.fs
tests/integration/cases/mixed_number_dict/fsharp_combined.fs
tests/integration/cases/mixed_number_dict/fsharp_varname.fs
tests/integration/cases/mixed_number_dict/go.go
tests/integration/cases/mixed_number_dict/go_combined.go
tests/integration/cases/mixed_number_dict/go_varname.go
tests/integration/cases/mixed_number_dict/groovy.groovy
tests/integration/cases/mixed_number_dict/groovy_combined.groovy
tests/integration/cases/mixed_number_dict/groovy_varname.groovy
tests/integration/cases/mixed_number_dict/haskell.hs
tests/integration/cases/mixed_number_dict/haskell_combined.hs
tests/integration/cases/mixed_number_dict/haskell_varname.hs
tests/integration/cases/mixed_number_dict/hcl.hcl
tests/integration/cases/mixed_number_dict/hcl_combined.hcl
tests/integration/cases/mixed_number_dict/hcl_varname.hcl
tests/integration/cases/mixed_number_dict/input.yaml
tests/integration/cases/mixed_number_dict/java.java
tests/integration/cases/mixed_number_dict/java_combined.java
tests/integration/cases/mixed_number_dict/java_varname.java
tests/integration/cases/mixed_number_dict/javascript.js
tests/integration/cases/mixed_number_dict/javascript_combined.js
tests/integration/cases/mixed_number_dict/javascript_varname.js
tests/integration/cases/mixed_number_dict/julia.jl
tests/integration/cases/mixed_number_dict/julia_combined.jl
tests/integration/cases/mixed_number_dict/julia_varname.jl
tests/integration/cases/mixed_number_dict/kotlin.kts
tests/integration/cases/mixed_number_dict/kotlin_combined.kts
tests/integration/cases/mixed_number_dict/kotlin_varname.kts
tests/integration/cases/mixed_number_dict/lua.lua
tests/integration/cases/mixed_number_dict/lua_combined.lua
tests/integration/cases/mixed_number_dict/lua_varname.lua
tests/integration/cases/mixed_number_dict/matlab.m
tests/integration/cases/mixed_number_dict/matlab_combined.m
tests/integration/cases/mixed_number_dict/matlab_varname.m
tests/integration/cases/mixed_number_dict/mojo.mojo
tests/integration/cases/mixed_number_dict/mojo_combined.mojo
tests/integration/cases/mixed_number_dict/mojo_varname.mojo
tests/integration/cases/mixed_number_dict/nim.nim
tests/integration/cases/mixed_number_dict/nim_combined.nim
tests/integration/cases/mixed_number_dict/nim_varname.nim
tests/integration/cases/mixed_number_dict/ocaml.ml
tests/integration/cases/mixed_number_dict/ocaml_combined.ml
tests/integration/cases/mixed_number_dict/ocaml_varname.ml
tests/integration/cases/mixed_number_dict/occam.occ
tests/integration/cases/mixed_number_dict/occam_combined.occ
tests/integration/cases/mixed_number_dict/occam_varname.occ
tests/integration/cases/mixed_number_dict/perl.pl
tests/integration/cases/mixed_number_dict/perl_combined.pl
tests/integration/cases/mixed_number_dict/perl_varname.pl
tests/integration/cases/mixed_number_dict/php.php
tests/integration/cases/mixed_number_dict/php_combined.php
tests/integration/cases/mixed_number_dict/php_varname.php
tests/integration/cases/mixed_number_dict/powershell.ps1
tests/integration/cases/mixed_number_dict/powershell_combined.ps1
tests/integration/cases/mixed_number_dict/powershell_varname.ps1
tests/integration/cases/mixed_number_dict/python.py
tests/integration/cases/mixed_number_dict/python_combined.py
tests/integration/cases/mixed_number_dict/python_varname.py
tests/integration/cases/mixed_number_dict/r.R
tests/integration/cases/mixed_number_dict/r_combined.R
tests/integration/cases/mixed_number_dict/r_varname.R
tests/integration/cases/mixed_number_dict/racket.rkt
tests/integration/cases/mixed_number_dict/racket_combined.rkt
tests/integration/cases/mixed_number_dict/racket_varname.rkt
tests/integration/cases/mixed_number_dict/ruby.rb
tests/integration/cases/mixed_number_dict/ruby_combined.rb
tests/integration/cases/mixed_number_dict/ruby_varname.rb
tests/integration/cases/mixed_number_dict/rust.rs
tests/integration/cases/mixed_number_dict/rust_combined.rs
tests/integration/cases/mixed_number_dict/rust_varname.rs
tests/integration/cases/mixed_number_dict/scala.scala
tests/integration/cases/mixed_number_dict/scala_combined.scala
tests/integration/cases/mixed_number_dict/scala_varname.scala
tests/integration/cases/mixed_number_dict/swift.swift
tests/integration/cases/mixed_number_dict/swift_combined.swift
tests/integration/cases/mixed_number_dict/swift_varname.swift
tests/integration/cases/mixed_number_dict/toml.toml
tests/integration/cases/mixed_number_dict/toml_combined.toml
tests/integration/cases/mixed_number_dict/toml_varname.toml
tests/integration/cases/mixed_number_dict/typescript.ts
tests/integration/cases/mixed_number_dict/typescript_combined.ts
tests/integration/cases/mixed_number_dict/typescript_varname.ts
tests/integration/cases/mixed_number_dict/vb.vb
tests/integration/cases/mixed_number_dict/vb_combined.vb
tests/integration/cases/mixed_number_dict/vb_varname.vb
tests/integration/cases/mixed_number_dict/yaml.yaml
tests/integration/cases/mixed_number_dict/yaml_combined.yaml
tests/integration/cases/mixed_number_dict/yaml_varname.yaml
tests/integration/cases/mixed_number_dict/zig.zig
tests/integration/cases/mixed_number_dict/zig_combined.zig
tests/integration/cases/mixed_number_dict/zig_varname.zig
tests/integration/cases/mixed_number_list/ada.adb
tests/integration/cases/mixed_number_list/ada_combined.adb
tests/integration/cases/mixed_number_list/ada_varname.adb
tests/integration/cases/mixed_number_list/bash.sh
tests/integration/cases/mixed_number_list/bash_combined.sh
tests/integration/cases/mixed_number_list/bash_varname.sh
tests/integration/cases/mixed_number_list/c.c
tests/integration/cases/mixed_number_list/c_combined.c
tests/integration/cases/mixed_number_list/c_varname.c
tests/integration/cases/mixed_number_list/clojure.clj
tests/integration/cases/mixed_number_list/clojure_combined.clj
tests/integration/cases/mixed_number_list/clojure_varname.clj
tests/integration/cases/mixed_number_list/cobol.cob
tests/integration/cases/mixed_number_list/cobol_combined.cob
tests/integration/cases/mixed_number_list/cobol_varname.cob
tests/integration/cases/mixed_number_list/common_lisp.lisp
tests/integration/cases/mixed_number_list/common_lisp_combined.lisp
tests/integration/cases/mixed_number_list/common_lisp_varname.lisp
tests/integration/cases/mixed_number_list/cpp.cpp
tests/integration/cases/mixed_number_list/cpp_combined.cpp
tests/integration/cases/mixed_number_list/cpp_varname.cpp
tests/integration/cases/mixed_number_list/crystal.cr
tests/integration/cases/mixed_number_list/crystal_combined.cr
tests/integration/cases/mixed_number_list/crystal_varname.cr
tests/integration/cases/mixed_number_list/csharp.cs
tests/integration/cases/mixed_number_list/csharp_combined.cs
tests/integration/cases/mixed_number_list/csharp_varname.cs
tests/integration/cases/mixed_number_list/d.d
tests/integration/cases/mixed_number_list/d_combined.d
tests/integration/cases/mixed_number_list/d_varname.d
tests/integration/cases/mixed_number_list/dart.dart
tests/integration/cases/mixed_number_list/dart_combined.dart
tests/integration/cases/mixed_number_list/dart_varname.dart
tests/integration/cases/mixed_number_list/elixir.ex
tests/integration/cases/mixed_number_list/elixir_combined.ex
tests/integration/cases/mixed_number_list/elixir_varname.ex
tests/integration/cases/mixed_number_list/erlang.erl
tests/integration/cases/mixed_number_list/erlang_combined.erl
tests/integration/cases/mixed_number_list/erlang_varname.erl
tests/integration/cases/mixed_number_list/fsharp.fs
tests/integration/cases/mixed_number_list/fsharp_combined.fs
tests/integration/cases/mixed_number_list/fsharp_varname.fs
tests/integration/cases/mixed_number_list/go.go
tests/integration/cases/mixed_number_list/go_combined.go
tests/integration/cases/mixed_number_list/go_varname.go
tests/integration/cases/mixed_number_list/groovy.groovy
tests/integration/cases/mixed_number_list/groovy_combined.groovy
tests/integration/cases/mixed_number_list/groovy_varname.groovy
tests/integration/cases/mixed_number_list/haskell.hs
tests/integration/cases/mixed_number_list/haskell_combined.hs
tests/integration/cases/mixed_number_list/haskell_varname.hs
tests/integration/cases/mixed_number_list/hcl.hcl
tests/integration/cases/mixed_number_list/hcl_combined.hcl
tests/integration/cases/mixed_number_list/hcl_varname.hcl
tests/integration/cases/mixed_number_list/input.yaml
tests/integration/cases/mixed_number_list/java.java
tests/integration/cases/mixed_number_list/java_combined.java
tests/integration/cases/mixed_number_list/java_varname.java
tests/integration/cases/mixed_number_list/javascript.js
tests/integration/cases/mixed_number_list/javascript_combined.js
tests/integration/cases/mixed_number_list/javascript_varname.js
tests/integration/cases/mixed_number_list/julia.jl
tests/integration/cases/mixed_number_list/julia_combined.jl
tests/integration/cases/mixed_number_list/julia_varname.jl
tests/integration/cases/mixed_number_list/kotlin.kts
tests/integration/cases/mixed_number_list/kotlin_combined.kts
tests/integration/cases/mixed_number_list/kotlin_varname.kts
tests/integration/cases/mixed_number_list/lua.lua
tests/integration/cases/mixed_number_list/lua_combined.lua
tests/integration/cases/mixed_number_list/lua_varname.lua
tests/integration/cases/mixed_number_list/matlab.m
tests/integration/cases/mixed_number_list/matlab_combined.m
tests/integration/cases/mixed_number_list/matlab_varname.m
tests/integration/cases/mixed_number_list/mojo.mojo
tests/integration/cases/mixed_number_list/mojo_combined.mojo
tests/integration/cases/mixed_number_list/mojo_varname.mojo
tests/integration/cases/mixed_number_list/nim.nim
tests/integration/cases/mixed_number_list/nim_combined.nim
tests/integration/cases/mixed_number_list/nim_varname.nim
tests/integration/cases/mixed_number_list/ocaml.ml
tests/integration/cases/mixed_number_list/ocaml_combined.ml
tests/integration/cases/mixed_number_list/ocaml_varname.ml
tests/integration/cases/mixed_number_list/occam.occ
tests/integration/cases/mixed_number_list/occam_combined.occ
tests/integration/cases/mixed_number_list/occam_varname.occ
tests/integration/cases/mixed_number_list/perl.pl
tests/integration/cases/mixed_number_list/perl_combined.pl
tests/integration/cases/mixed_number_list/perl_varname.pl
tests/integration/cases/mixed_number_list/php.php
tests/integration/cases/mixed_number_list/php_combined.php
tests/integration/cases/mixed_number_list/php_varname.php
tests/integration/cases/mixed_number_list/powershell.ps1
tests/integration/cases/mixed_number_list/powershell_combined.ps1
tests/integration/cases/mixed_number_list/powershell_varname.ps1
tests/integration/cases/mixed_number_list/python.py
tests/integration/cases/mixed_number_list/python_combined.py
tests/integration/cases/mixed_number_list/python_varname.py
tests/integration/cases/mixed_number_list/r.R
tests/integration/cases/mixed_number_list/r_combined.R
tests/integration/cases/mixed_number_list/r_varname.R
tests/integration/cases/mixed_number_list/racket.rkt
tests/integration/cases/mixed_number_list/racket_combined.rkt
tests/integration/cases/mixed_number_list/racket_varname.rkt
tests/integration/cases/mixed_number_list/ruby.rb
tests/integration/cases/mixed_number_list/ruby_combined.rb
tests/integration/cases/mixed_number_list/ruby_varname.rb
tests/integration/cases/mixed_number_list/rust.rs
tests/integration/cases/mixed_number_list/rust_combined.rs
tests/integration/cases/mixed_number_list/rust_varname.rs
tests/integration/cases/mixed_number_list/scala.scala
tests/integration/cases/mixed_number_list/scala_combined.scala
tests/integration/cases/mixed_number_list/scala_varname.scala
tests/integration/cases/mixed_number_list/swift.swift
tests/integration/cases/mixed_number_list/swift_combined.swift
tests/integration/cases/mixed_number_list/swift_varname.swift
tests/integration/cases/mixed_number_list/toml.toml
tests/integration/cases/mixed_number_list/toml_combined.toml
tests/integration/cases/mixed_number_list/toml_varname.toml
tests/integration/cases/mixed_number_list/typescript.ts
tests/integration/cases/mixed_number_list/typescript_combined.ts
tests/integration/cases/mixed_number_list/typescript_varname.ts
tests/integration/cases/mixed_number_list/vb.vb
tests/integration/cases/mixed_number_list/vb_combined.vb
tests/integration/cases/mixed_number_list/vb_varname.vb
tests/integration/cases/mixed_number_list/yaml.yaml
tests/integration/cases/mixed_number_list/yaml_combined.yaml
tests/integration/cases/mixed_number_list/yaml_varname.yaml
tests/integration/cases/mixed_number_list/zig.zig
tests/integration/cases/mixed_number_list/zig_combined.zig
tests/integration/cases/mixed_number_list/zig_varname.zig
tests/integration/cases/nested/ada.adb
tests/integration/cases/nested/ada_combined.adb
tests/integration/cases/nested/ada_varname.adb
tests/integration/cases/nested/bash.sh
tests/integration/cases/nested/bash_combined.sh
tests/integration/cases/nested/bash_varname.sh
tests/integration/cases/nested/c.c
tests/integration/cases/nested/c_combined.c
tests/integration/cases/nested/c_varname.c
tests/integration/cases/nested/clojure.clj
tests/integration/cases/nested/clojure_combined.clj
tests/integration/cases/nested/clojure_varname.clj
tests/integration/cases/nested/cobol.cob
tests/integration/cases/nested/cobol_combined.cob
tests/integration/cases/nested/cobol_varname.cob
tests/integration/cases/nested/common_lisp.lisp
tests/integration/cases/nested/common_lisp_combined.lisp
tests/integration/cases/nested/common_lisp_varname.lisp
tests/integration/cases/nested/cpp.cpp
tests/integration/cases/nested/cpp_combined.cpp
tests/integration/cases/nested/cpp_varname.cpp
tests/integration/cases/nested/crystal.cr
tests/integration/cases/nested/crystal_combined.cr
tests/integration/cases/nested/crystal_varname.cr
tests/integration/cases/nested/csharp.cs
tests/integration/cases/nested/csharp_combined.cs
tests/integration/cases/nested/csharp_varname.cs
tests/integration/cases/nested/d.d
tests/integration/cases/nested/d_combined.d
tests/integration/cases/nested/d_varname.d
tests/integration/cases/nested/dart.dart
tests/integration/cases/nested/dart_combined.dart
tests/integration/cases/nested/dart_varname.dart
tests/integration/cases/nested/elixir.ex
tests/integration/cases/nested/elixir_combined.ex
tests/integration/cases/nested/elixir_varname.ex
tests/integration/cases/nested/erlang.erl
tests/integration/cases/nested/erlang_combined.erl
tests/integration/cases/nested/erlang_varname.erl
tests/integration/cases/nested/fsharp.fs
tests/integration/cases/nested/fsharp_combined.fs
tests/integration/cases/nested/fsharp_varname.fs
tests/integration/cases/nested/go.go
tests/integration/cases/nested/go_combined.go
tests/integration/cases/nested/go_varname.go
tests/integration/cases/nested/groovy.groovy
tests/integration/cases/nested/groovy_combined.groovy
tests/integration/cases/nested/groovy_varname.groovy
tests/integration/cases/nested/haskell.hs
tests/integration/cases/nested/haskell_combined.hs
tests/integration/cases/nested/haskell_varname.hs
tests/integration/cases/nested/hcl.hcl
tests/integration/cases/nested/hcl_combined.hcl
tests/integration/cases/nested/hcl_varname.hcl
tests/integration/cases/nested/input.yaml
tests/integration/cases/nested/java.java
tests/integration/cases/nested/java_combined.java
tests/integration/cases/nested/java_varname.java
tests/integration/cases/nested/javascript.js
tests/integration/cases/nested/javascript_combined.js
tests/integration/cases/nested/javascript_varname.js
tests/integration/cases/nested/julia.jl
tests/integration/cases/nested/julia_combined.jl
tests/integration/cases/nested/julia_varname.jl
tests/integration/cases/nested/kotlin.kts
tests/integration/cases/nested/kotlin_combined.kts
tests/integration/cases/nested/kotlin_varname.kts
tests/integration/cases/nested/lua.lua
tests/integration/cases/nested/lua_combined.lua
tests/integration/cases/nested/lua_varname.lua
tests/integration/cases/nested/matlab.m
tests/integration/cases/nested/matlab_combined.m
tests/integration/cases/nested/matlab_varname.m
tests/integration/cases/nested/mojo.mojo
tests/integration/cases/nested/mojo_combined.mojo
tests/integration/cases/nested/mojo_varname.mojo
tests/integration/cases/nested/nim.nim
tests/integration/cases/nested/nim_combined.nim
tests/integration/cases/nested/nim_varname.nim
tests/integration/cases/nested/ocaml.ml
tests/integration/cases/nested/ocaml_combined.ml
tests/integration/cases/nested/ocaml_varname.ml
tests/integration/cases/nested/occam.occ
tests/integration/cases/nested/occam_combined.occ
tests/integration/cases/nested/occam_varname.occ
tests/integration/cases/nested/perl.pl
tests/integration/cases/nested/perl_combined.pl
tests/integration/cases/nested/perl_varname.pl
tests/integration/cases/nested/php.php
tests/integration/cases/nested/php_combined.php
tests/integration/cases/nested/php_varname.php
tests/integration/cases/nested/powershell.ps1
tests/integration/cases/nested/powershell_combined.ps1
tests/integration/cases/nested/powershell_varname.ps1
tests/integration/cases/nested/python.py
tests/integration/cases/nested/python_combined.py
tests/integration/cases/nested/python_varname.py
tests/integration/cases/nested/r.R
tests/integration/cases/nested/r_combined.R
tests/integration/cases/nested/r_varname.R
tests/integration/cases/nested/racket.rkt
tests/integration/cases/nested/racket_combined.rkt
tests/integration/cases/nested/racket_varname.rkt
tests/integration/cases/nested/ruby.rb
tests/integration/cases/nested/ruby_combined.rb
tests/integration/cases/nested/ruby_varname.rb
tests/integration/cases/nested/rust.rs
tests/integration/cases/nested/rust_combined.rs
tests/integration/cases/nested/rust_varname.rs
tests/integration/cases/nested/scala.scala
tests/integration/cases/nested/scala_combined.scala
tests/integration/cases/nested/scala_varname.scala
tests/integration/cases/nested/swift.swift
tests/integration/cases/nested/swift_combined.swift
tests/integration/cases/nested/swift_varname.swift
tests/integration/cases/nested/toml.toml
tests/integration/cases/nested/toml_combined.toml
tests/integration/cases/nested/toml_varname.toml
tests/integration/cases/nested/typescript.ts
tests/integration/cases/nested/typescript_combined.ts
tests/integration/cases/nested/typescript_varname.ts
tests/integration/cases/nested/vb.vb
tests/integration/cases/nested/vb_combined.vb
tests/integration/cases/nested/vb_varname.vb
tests/integration/cases/nested/yaml.yaml
tests/integration/cases/nested/yaml_combined.yaml
tests/integration/cases/nested/yaml_varname.yaml
tests/integration/cases/nested/zig.zig
tests/integration/cases/nested/zig_combined.zig
tests/integration/cases/nested/zig_varname.zig
tests/integration/cases/nested_bool_list/ada.adb
tests/integration/cases/nested_bool_list/ada_combined.adb
tests/integration/cases/nested_bool_list/ada_varname.adb
tests/integration/cases/nested_bool_list/bash.sh
tests/integration/cases/nested_bool_list/bash_combined.sh
tests/integration/cases/nested_bool_list/bash_varname.sh
tests/integration/cases/nested_bool_list/c.c
tests/integration/cases/nested_bool_list/c_combined.c
tests/integration/cases/nested_bool_list/c_varname.c
tests/integration/cases/nested_bool_list/clojure.clj
tests/integration/cases/nested_bool_list/clojure_combined.clj
tests/integration/cases/nested_bool_list/clojure_varname.clj
tests/integration/cases/nested_bool_list/cobol.cob
tests/integration/cases/nested_bool_list/cobol_combined.cob
tests/integration/cases/nested_bool_list/cobol_varname.cob
tests/integration/cases/nested_bool_list/common_lisp.lisp
tests/integration/cases/nested_bool_list/common_lisp_combined.lisp
tests/integration/cases/nested_bool_list/common_lisp_varname.lisp
tests/integration/cases/nested_bool_list/cpp.cpp
tests/integration/cases/nested_bool_list/cpp_combined.cpp
tests/integration/cases/nested_bool_list/cpp_varname.cpp
tests/integration/cases/nested_bool_list/crystal.cr
tests/integration/cases/nested_bool_list/crystal_combined.cr
tests/integration/cases/nested_bool_list/crystal_varname.cr
tests/integration/cases/nested_bool_list/csharp.cs
tests/integration/cases/nested_bool_list/csharp_combined.cs
tests/integration/cases/nested_bool_list/csharp_varname.cs
tests/integration/cases/nested_bool_list/d.d
tests/integration/cases/nested_bool_list/d_combined.d
tests/integration/cases/nested_bool_list/d_varname.d
tests/integration/cases/nested_bool_list/dart.dart
tests/integration/cases/nested_bool_list/dart_combined.dart
tests/integration/cases/nested_bool_list/dart_varname.dart
tests/integration/cases/nested_bool_list/elixir.ex
tests/integration/cases/nested_bool_list/elixir_combined.ex
tests/integration/cases/nested_bool_list/elixir_varname.ex
tests/integration/cases/nested_bool_list/erlang.erl
tests/integration/cases/nested_bool_list/erlang_combined.erl
tests/integration/cases/nested_bool_list/erlang_varname.erl
tests/integration/cases/nested_bool_list/fsharp.fs
tests/integration/cases/nested_bool_list/fsharp_combined.fs
tests/integration/cases/nested_bool_list/fsharp_varname.fs
tests/integration/cases/nested_bool_list/go.go
tests/integration/cases/nested_bool_list/go_combined.go
tests/integration/cases/nested_bool_list/go_varname.go
tests/integration/cases/nested_bool_list/groovy.groovy
tests/integration/cases/nested_bool_list/groovy_combined.groovy
tests/integration/cases/nested_bool_list/groovy_varname.groovy
tests/integration/cases/nested_bool_list/haskell.hs
tests/integration/cases/nested_bool_list/haskell_combined.hs
tests/integration/cases/nested_bool_list/haskell_varname.hs
tests/integration/cases/nested_bool_list/hcl.hcl
tests/integration/cases/nested_bool_list/hcl_combined.hcl
tests/integration/cases/nested_bool_list/hcl_varname.hcl
tests/integration/cases/nested_bool_list/input.yaml
tests/integration/cases/nested_bool_list/java.java
tests/integration/cases/nested_bool_list/java_combined.java
tests/integration/cases/nested_bool_list/java_varname.java
tests/integration/cases/nested_bool_list/javascript.js
tests/integration/cases/nested_bool_list/javascript_combined.js
tests/integration/cases/nested_bool_list/javascript_varname.js
tests/integration/cases/nested_bool_list/julia.jl
tests/integration/cases/nested_bool_list/julia_combined.jl
tests/integration/cases/nested_bool_list/julia_varname.jl
tests/integration/cases/nested_bool_list/kotlin.kts
tests/integration/cases/nested_bool_list/kotlin_combined.kts
tests/integration/cases/nested_bool_list/kotlin_varname.kts
tests/integration/cases/nested_bool_list/lua.lua
tests/integration/cases/nested_bool_list/lua_combined.lua
tests/integration/cases/nested_bool_list/lua_varname.lua
tests/integration/cases/nested_bool_list/matlab.m
tests/integration/cases/nested_bool_list/matlab_combined.m
tests/integration/cases/nested_bool_list/matlab_varname.m
tests/integration/cases/nested_bool_list/mojo.mojo
tests/integration/cases/nested_bool_list/mojo_combined.mojo
tests/integration/cases/nested_bool_list/mojo_varname.mojo
tests/integration/cases/nested_bool_list/nim.nim
tests/integration/cases/nested_bool_list/nim_combined.nim
tests/integration/cases/nested_bool_list/nim_varname.nim
tests/integration/cases/nested_bool_list/ocaml.ml
tests/integration/cases/nested_bool_list/ocaml_combined.ml
tests/integration/cases/nested_bool_list/ocaml_varname.ml
tests/integration/cases/nested_bool_list/occam.occ
tests/integration/cases/nested_bool_list/occam_combined.occ
tests/integration/cases/nested_bool_list/occam_varname.occ
tests/integration/cases/nested_bool_list/perl.pl
tests/integration/cases/nested_bool_list/perl_combined.pl
tests/integration/cases/nested_bool_list/perl_varname.pl
tests/integration/cases/nested_bool_list/php.php
tests/integration/cases/nested_bool_list/php_combined.php
tests/integration/cases/nested_bool_list/php_varname.php
tests/integration/cases/nested_bool_list/powershell.ps1
tests/integration/cases/nested_bool_list/powershell_combined.ps1
tests/integration/cases/nested_bool_list/powershell_varname.ps1
tests/integration/cases/nested_bool_list/python.py
tests/integration/cases/nested_bool_list/python_combined.py
tests/integration/cases/nested_bool_list/python_varname.py
tests/integration/cases/nested_bool_list/r.R
tests/integration/cases/nested_bool_list/r_combined.R
tests/integration/cases/nested_bool_list/r_varname.R
tests/integration/cases/nested_bool_list/racket.rkt
tests/integration/cases/nested_bool_list/racket_combined.rkt
tests/integration/cases/nested_bool_list/racket_varname.rkt
tests/integration/cases/nested_bool_list/ruby.rb
tests/integration/cases/nested_bool_list/ruby_combined.rb
tests/integration/cases/nested_bool_list/ruby_varname.rb
tests/integration/cases/nested_bool_list/rust.rs
tests/integration/cases/nested_bool_list/rust_combined.rs
tests/integration/cases/nested_bool_list/rust_varname.rs
tests/integration/cases/nested_bool_list/scala.scala
tests/integration/cases/nested_bool_list/scala_combined.scala
tests/integration/cases/nested_bool_list/scala_varname.scala
tests/integration/cases/nested_bool_list/swift.swift
tests/integration/cases/nested_bool_list/swift_combined.swift
tests/integration/cases/nested_bool_list/swift_varname.swift
tests/integration/cases/nested_bool_list/toml.toml
tests/integration/cases/nested_bool_list/toml_combined.toml
tests/integration/cases/nested_bool_list/toml_varname.toml
tests/integration/cases/nested_bool_list/typescript.ts
tests/integration/cases/nested_bool_list/typescript_combined.ts
tests/integration/cases/nested_bool_list/typescript_varname.ts
tests/integration/cases/nested_bool_list/vb.vb
tests/integration/cases/nested_bool_list/vb_combined.vb
tests/integration/cases/nested_bool_list/vb_varname.vb
tests/integration/cases/nested_bool_list/yaml.yaml
tests/integration/cases/nested_bool_list/yaml_combined.yaml
tests/integration/cases/nested_bool_list/yaml_varname.yaml
tests/integration/cases/nested_bool_list/zig.zig
tests/integration/cases/nested_bool_list/zig_combined.zig
tests/integration/cases/nested_bool_list/zig_varname.zig
tests/integration/cases/nested_collection_multi_space_string/ada.adb
tests/integration/cases/nested_collection_multi_space_string/ada_combined.adb
tests/integration/cases/nested_collection_multi_space_string/ada_varname.adb
tests/integration/cases/nested_collection_multi_space_string/bash.sh
tests/integration/cases/nested_collection_multi_space_string/bash_combined.sh
tests/integration/cases/nested_collection_multi_space_string/bash_varname.sh
tests/integration/cases/nested_collection_multi_space_string/c.c
tests/integration/cases/nested_collection_multi_space_string/c_combined.c
tests/integration/cases/nested_collection_multi_space_string/c_varname.c
tests/integration/cases/nested_collection_multi_space_string/clojure.clj
tests/integration/cases/nested_collection_multi_space_string/clojure_combined.clj
tests/integration/cases/nested_collection_multi_space_string/clojure_varname.clj
tests/integration/cases/nested_collection_multi_space_string/cobol.cob
tests/integration/cases/nested_collection_multi_space_string/cobol_combined.cob
tests/integration/cases/nested_collection_multi_space_string/cobol_varname.cob
tests/integration/cases/nested_collection_multi_space_string/common_lisp.lisp
tests/integration/cases/nested_collection_multi_space_string/common_lisp_combined.lisp
tests/integration/cases/nested_collection_multi_space_string/common_lisp_varname.lisp
tests/integration/cases/nested_collection_multi_space_string/cpp.cpp
tests/integration/cases/nested_collection_multi_space_string/cpp_combined.cpp
tests/integration/cases/nested_collection_multi_space_string/cpp_varname.cpp
tests/integration/cases/nested_collection_multi_space_string/crystal.cr
tests/integration/cases/nested_collection_multi_space_string/crystal_combined.cr
tests/integration/cases/nested_collection_multi_space_string/crystal_varname.cr
tests/integration/cases/nested_collection_multi_space_string/csharp.cs
tests/integration/cases/nested_collection_multi_space_string/csharp_combined.cs
tests/integration/cases/nested_collection_multi_space_string/csharp_varname.cs
tests/integration/cases/nested_collection_multi_space_string/d.d
tests/integration/cases/nested_collection_multi_space_string/d_combined.d
tests/integration/cases/nested_collection_multi_space_string/d_varname.d
tests/integration/cases/nested_collection_multi_space_string/dart.dart
tests/integration/cases/nested_collection_multi_space_string/dart_combined.dart
tests/integration/cases/nested_collection_multi_space_string/dart_varname.dart
tests/integration/cases/nested_collection_multi_space_string/elixir.ex
tests/integration/cases/nested_collection_multi_space_string/elixir_combined.ex
tests/integration/cases/nested_collection_multi_space_string/elixir_varname.ex
tests/integration/cases/nested_collection_multi_space_string/erlang.erl
tests/integration/cases/nested_collection_multi_space_string/erlang_combined.erl
tests/integration/cases/nested_collection_multi_space_string/erlang_varname.erl
tests/integration/cases/nested_collection_multi_space_string/fsharp.fs
tests/integration/cases/nested_collection_multi_space_string/fsharp_combined.fs
tests/integration/cases/nested_collection_multi_space_string/fsharp_varname.fs
tests/integration/cases/nested_collection_multi_space_string/go.go
tests/integration/cases/nested_collection_multi_space_string/go_combined.go
tests/integration/cases/nested_collection_multi_space_string/go_varname.go
tests/integration/cases/nested_collection_multi_space_string/groovy.groovy
tests/integration/cases/nested_collection_multi_space_string/groovy_combined.groovy
tests/integration/cases/nested_collection_multi_space_string/groovy_varname.groovy
tests/integration/cases/nested_collection_multi_space_string/haskell.hs
tests/integration/cases/nested_collection_multi_space_string/haskell_combined.hs
tests/integration/cases/nested_collection_multi_space_string/haskell_varname.hs
tests/integration/cases/nested_collection_multi_space_string/hcl.hcl
tests/integration/cases/nested_collection_multi_space_string/hcl_combined.hcl
tests/integration/cases/nested_collection_multi_space_string/hcl_varname.hcl
tests/integration/cases/nested_collection_multi_space_string/input.yaml
tests/integration/cases/nested_collection_multi_space_string/java.java
tests/integration/cases/nested_collection_multi_space_string/java_combined.java
tests/integration/cases/nested_collection_multi_space_string/java_varname.java
tests/integration/cases/nested_collection_multi_space_string/javascript.js
tests/integration/cases/nested_collection_multi_space_string/javascript_combined.js
tests/integration/cases/nested_collection_multi_space_string/javascript_varname.js
tests/integration/cases/nested_collection_multi_space_string/julia.jl
tests/integration/cases/nested_collection_multi_space_string/julia_combined.jl
tests/integration/cases/nested_collection_multi_space_string/julia_varname.jl
tests/integration/cases/nested_collection_multi_space_string/kotlin.kts
tests/integration/cases/nested_collection_multi_space_string/kotlin_combined.kts
tests/integration/cases/nested_collection_multi_space_string/kotlin_varname.kts
tests/integration/cases/nested_collection_multi_space_string/lua.lua
tests/integration/cases/nested_collection_multi_space_string/lua_combined.lua
tests/integration/cases/nested_collection_multi_space_string/lua_varname.lua
tests/integration/cases/nested_collection_multi_space_string/matlab.m
tests/integration/cases/nested_collection_multi_space_string/matlab_combined.m
tests/integration/cases/nested_collection_multi_space_string/matlab_varname.m
tests/integration/cases/nested_collection_multi_space_string/mojo.mojo
tests/integration/cases/nested_collection_multi_space_string/mojo_combined.mojo
tests/integration/cases/nested_collection_multi_space_string/mojo_varname.mojo
tests/integration/cases/nested_collection_multi_space_string/nim.nim
tests/integration/cases/nested_collection_multi_space_string/nim_combined.nim
tests/integration/cases/nested_collection_multi_space_string/nim_varname.nim
tests/integration/cases/nested_collection_multi_space_string/ocaml.ml
tests/integration/cases/nested_collection_multi_space_string/ocaml_combined.ml
tests/integration/cases/nested_collection_multi_space_string/ocaml_varname.ml
tests/integration/cases/nested_collection_multi_space_string/occam.occ
tests/integration/cases/nested_collection_multi_space_string/occam_combined.occ
tests/integration/cases/nested_collection_multi_space_string/occam_varname.occ
tests/integration/cases/nested_collection_multi_space_string/perl.pl
tests/integration/cases/nested_collection_multi_space_string/perl_combined.pl
tests/integration/cases/nested_collection_multi_space_string/perl_varname.pl
tests/integration/cases/nested_collection_multi_space_string/php.php
tests/integration/cases/nested_collection_multi_space_string/php_combined.php
tests/integration/cases/nested_collection_multi_space_string/php_varname.php
tests/integration/cases/nested_collection_multi_space_string/powershell.ps1
tests/integration/cases/nested_collection_multi_space_string/powershell_combined.ps1
tests/integration/cases/nested_collection_multi_space_string/powershell_varname.ps1
tests/integration/cases/nested_collection_multi_space_string/python.py
tests/integration/cases/nested_collection_multi_space_string/python_combined.py
tests/integration/cases/nested_collection_multi_space_string/python_varname.py
tests/integration/cases/nested_collection_multi_space_string/r.R
tests/integration/cases/nested_collection_multi_space_string/r_combined.R
tests/integration/cases/nested_collection_multi_space_string/r_varname.R
tests/integration/cases/nested_collection_multi_space_string/racket.rkt
tests/integration/cases/nested_collection_multi_space_string/racket_combined.rkt
tests/integration/cases/nested_collection_multi_space_string/racket_varname.rkt
tests/integration/cases/nested_collection_multi_space_string/ruby.rb
tests/integration/cases/nested_collection_multi_space_string/ruby_combined.rb
tests/integration/cases/nested_collection_multi_space_string/ruby_varname.rb
tests/integration/cases/nested_collection_multi_space_string/rust.rs
tests/integration/cases/nested_collection_multi_space_string/rust_combined.rs
tests/integration/cases/nested_collection_multi_space_string/rust_varname.rs
tests/integration/cases/nested_collection_multi_space_string/scala.scala
tests/integration/cases/nested_collection_multi_space_string/scala_combined.scala
tests/integration/cases/nested_collection_multi_space_string/scala_varname.scala
tests/integration/cases/nested_collection_multi_space_string/swift.swift
tests/integration/cases/nested_collection_multi_space_string/swift_combined.swift
tests/integration/cases/nested_collection_multi_space_string/swift_varname.swift
tests/integration/cases/nested_collection_multi_space_string/toml.toml
tests/integration/cases/nested_collection_multi_space_string/toml_combined.toml
tests/integration/cases/nested_collection_multi_space_string/toml_varname.toml
tests/integration/cases/nested_collection_multi_space_string/typescript.ts
tests/integration/cases/nested_collection_multi_space_string/typescript_combined.ts
tests/integration/cases/nested_collection_multi_space_string/typescript_varname.ts
tests/integration/cases/nested_collection_multi_space_string/vb.vb
tests/integration/cases/nested_collection_multi_space_string/vb_combined.vb
tests/integration/cases/nested_collection_multi_space_string/vb_varname.vb
tests/integration/cases/nested_collection_multi_space_string/yaml.yaml
tests/integration/cases/nested_collection_multi_space_string/yaml_combined.yaml
tests/integration/cases/nested_collection_multi_space_string/yaml_varname.yaml
tests/integration/cases/nested_collection_multi_space_string/zig.zig
tests/integration/cases/nested_collection_multi_space_string/zig_combined.zig
tests/integration/cases/nested_collection_multi_space_string/zig_varname.zig
tests/integration/cases/nested_deep_empty/ada.adb
tests/integration/cases/nested_deep_empty/ada_combined.adb
tests/integration/cases/nested_deep_empty/ada_varname.adb
tests/integration/cases/nested_deep_empty/bash.sh
tests/integration/cases/nested_deep_empty/bash_combined.sh
tests/integration/cases/nested_deep_empty/bash_varname.sh
tests/integration/cases/nested_deep_empty/c.c
tests/integration/cases/nested_deep_empty/c_combined.c
tests/integration/cases/nested_deep_empty/c_varname.c
tests/integration/cases/nested_deep_empty/clojure.clj
tests/integration/cases/nested_deep_empty/clojure_combined.clj
tests/integration/cases/nested_deep_empty/clojure_varname.clj
tests/integration/cases/nested_deep_empty/cobol.cob
tests/integration/cases/nested_deep_empty/cobol_combined.cob
tests/integration/cases/nested_deep_empty/cobol_varname.cob
tests/integration/cases/nested_deep_empty/common_lisp.lisp
tests/integration/cases/nested_deep_empty/common_lisp_combined.lisp
tests/integration/cases/nested_deep_empty/common_lisp_varname.lisp
tests/integration/cases/nested_deep_empty/cpp.cpp
tests/integration/cases/nested_deep_empty/cpp_combined.cpp
tests/integration/cases/nested_deep_empty/cpp_varname.cpp
tests/integration/cases/nested_deep_empty/crystal.cr
tests/integration/cases/nested_deep_empty/crystal_combined.cr
tests/integration/cases/nested_deep_empty/crystal_varname.cr
tests/integration/cases/nested_deep_empty/csharp.cs
tests/integration/cases/nested_deep_empty/csharp_combined.cs
tests/integration/cases/nested_deep_empty/csharp_varname.cs
tests/integration/cases/nested_deep_empty/d.d
tests/integration/cases/nested_deep_empty/d_combined.d
tests/integration/cases/nested_deep_empty/d_varname.d
tests/integration/cases/nested_deep_empty/dart.dart
tests/integration/cases/nested_deep_empty/dart_combined.dart
tests/integration/cases/nested_deep_empty/dart_varname.dart
tests/integration/cases/nested_deep_empty/elixir.ex
tests/integration/cases/nested_deep_empty/elixir_combined.ex
tests/integration/cases/nested_deep_empty/elixir_varname.ex
tests/integration/cases/nested_deep_empty/erlang.erl
tests/integration/cases/nested_deep_empty/erlang_combined.erl
tests/integration/cases/nested_deep_empty/erlang_varname.erl
tests/integration/cases/nested_deep_empty/fsharp.fs
tests/integration/cases/nested_deep_empty/fsharp_combined.fs
tests/integration/cases/nested_deep_empty/fsharp_varname.fs
tests/integration/cases/nested_deep_empty/go.go
tests/integration/cases/nested_deep_empty/go_combined.go
tests/integration/cases/nested_deep_empty/go_varname.go
tests/integration/cases/nested_deep_empty/groovy.groovy
tests/integration/cases/nested_deep_empty/groovy_combined.groovy
tests/integration/cases/nested_deep_empty/groovy_varname.groovy
tests/integration/cases/nested_deep_empty/haskell.hs
tests/integration/cases/nested_deep_empty/haskell_combined.hs
tests/integration/cases/nested_deep_empty/haskell_varname.hs
tests/integration/cases/nested_deep_empty/hcl.hcl
tests/integration/cases/nested_deep_empty/hcl_combined.hcl
tests/integration/cases/nested_deep_empty/hcl_varname.hcl
tests/integration/cases/nested_deep_empty/input.yaml
tests/integration/cases/nested_deep_empty/java.java
tests/integration/cases/nested_deep_empty/java_combined.java
tests/integration/cases/nested_deep_empty/java_varname.java
tests/integration/cases/nested_deep_empty/javascript.js
tests/integration/cases/nested_deep_empty/javascript_combined.js
tests/integration/cases/nested_deep_empty/javascript_varname.js
tests/integration/cases/nested_deep_empty/julia.jl
tests/integration/cases/nested_deep_empty/julia_combined.jl
tests/integration/cases/nested_deep_empty/julia_varname.jl
tests/integration/cases/nested_deep_empty/kotlin.kts
tests/integration/cases/nested_deep_empty/kotlin_combined.kts
tests/integration/cases/nested_deep_empty/kotlin_varname.kts
tests/integration/cases/nested_deep_empty/lua.lua
tests/integration/cases/nested_deep_empty/lua_combined.lua
tests/integration/cases/nested_deep_empty/lua_varname.lua
tests/integration/cases/nested_deep_empty/matlab.m
tests/integration/cases/nested_deep_empty/matlab_combined.m
tests/integration/cases/nested_deep_empty/matlab_varname.m
tests/integration/cases/nested_deep_empty/mojo.mojo
tests/integration/cases/nested_deep_empty/mojo_combined.mojo
tests/integration/cases/nested_deep_empty/mojo_varname.mojo
tests/integration/cases/nested_deep_empty/nim.nim
tests/integration/cases/nested_deep_empty/nim_combined.nim
tests/integration/cases/nested_deep_empty/nim_varname.nim
tests/integration/cases/nested_deep_empty/ocaml.ml
tests/integration/cases/nested_deep_empty/ocaml_combined.ml
tests/integration/cases/nested_deep_empty/ocaml_varname.ml
tests/integration/cases/nested_deep_empty/occam.occ
tests/integration/cases/nested_deep_empty/occam_combined.occ
tests/integration/cases/nested_deep_empty/occam_varname.occ
tests/integration/cases/nested_deep_empty/perl.pl
tests/integration/cases/nested_deep_empty/perl_combined.pl
tests/integration/cases/nested_deep_empty/perl_varname.pl
tests/integration/cases/nested_deep_empty/php.php
tests/integration/cases/nested_deep_empty/php_combined.php
tests/integration/cases/nested_deep_empty/php_varname.php
tests/integration/cases/nested_deep_empty/powershell.ps1
tests/integration/cases/nested_deep_empty/powershell_combined.ps1
tests/integration/cases/nested_deep_empty/powershell_varname.ps1
tests/integration/cases/nested_deep_empty/python.py
tests/integration/cases/nested_deep_empty/python_combined.py
tests/integration/cases/nested_deep_empty/python_varname.py
tests/integration/cases/nested_deep_empty/r.R
tests/integration/cases/nested_deep_empty/r_combined.R
tests/integration/cases/nested_deep_empty/r_varname.R
tests/integration/cases/nested_deep_empty/racket.rkt
tests/integration/cases/nested_deep_empty/racket_combined.rkt
tests/integration/cases/nested_deep_empty/racket_varname.rkt
tests/integration/cases/nested_deep_empty/ruby.rb
tests/integration/cases/nested_deep_empty/ruby_combined.rb
tests/integration/cases/nested_deep_empty/ruby_varname.rb
tests/integration/cases/nested_deep_empty/rust.rs
tests/integration/cases/nested_deep_empty/rust_combined.rs
tests/integration/cases/nested_deep_empty/rust_varname.rs
tests/integration/cases/nested_deep_empty/scala.scala
tests/integration/cases/nested_deep_empty/scala_combined.scala
tests/integration/cases/nested_deep_empty/scala_varname.scala
tests/integration/cases/nested_deep_empty/swift.swift
tests/integration/cases/nested_deep_empty/swift_combined.swift
tests/integration/cases/nested_deep_empty/swift_varname.swift
tests/integration/cases/nested_deep_empty/toml.toml
tests/integration/cases/nested_deep_empty/toml_combined.toml
tests/integration/cases/nested_deep_empty/toml_varname.toml
tests/integration/cases/nested_deep_empty/typescript.ts
tests/integration/cases/nested_deep_empty/typescript_combined.ts
tests/integration/cases/nested_deep_empty/typescript_varname.ts
tests/integration/cases/nested_deep_empty/vb.vb
tests/integration/cases/nested_deep_empty/vb_combined.vb
tests/integration/cases/nested_deep_empty/vb_varname.vb
tests/integration/cases/nested_deep_empty/yaml.yaml
tests/integration/cases/nested_deep_empty/yaml_combined.yaml
tests/integration/cases/nested_deep_empty/yaml_varname.yaml
tests/integration/cases/nested_deep_empty/zig.zig
tests/integration/cases/nested_deep_empty/zig_combined.zig
tests/integration/cases/nested_deep_empty/zig_varname.zig
tests/integration/cases/nested_deep_mixed/ada.adb
tests/integration/cases/nested_deep_mixed/ada_combined.adb
tests/integration/cases/nested_deep_mixed/ada_varname.adb
tests/integration/cases/nested_deep_mixed/bash.sh
tests/integration/cases/nested_deep_mixed/bash_combined.sh
tests/integration/cases/nested_deep_mixed/bash_varname.sh
tests/integration/cases/nested_deep_mixed/c.c
tests/integration/cases/nested_deep_mixed/c_combined.c
tests/integration/cases/nested_deep_mixed/c_varname.c
tests/integration/cases/nested_deep_mixed/clojure.clj
tests/integration/cases/nested_deep_mixed/clojure_combined.clj
tests/integration/cases/nested_deep_mixed/clojure_varname.clj
tests/integration/cases/nested_deep_mixed/cobol.cob
tests/integration/cases/nested_deep_mixed/cobol_combined.cob
tests/integration/cases/nested_deep_mixed/cobol_varname.cob
tests/integration/cases/nested_deep_mixed/common_lisp.lisp
tests/integration/cases/nested_deep_mixed/common_lisp_combined.lisp
tests/integration/cases/nested_deep_mixed/common_lisp_varname.lisp
tests/integration/cases/nested_deep_mixed/cpp.cpp
tests/integration/cases/nested_deep_mixed/cpp_combined.cpp
tests/integration/cases/nested_deep_mixed/cpp_varname.cpp
tests/integration/cases/nested_deep_mixed/crystal.cr
tests/integration/cases/nested_deep_mixed/crystal_combined.cr
tests/integration/cases/nested_deep_mixed/crystal_varname.cr
tests/integration/cases/nested_deep_mixed/csharp.cs
tests/integration/cases/nested_deep_mixed/csharp_combined.cs
tests/integration/cases/nested_deep_mixed/csharp_varname.cs
tests/integration/cases/nested_deep_mixed/d.d
tests/integration/cases/nested_deep_mixed/d_combined.d
tests/integration/cases/nested_deep_mixed/d_varname.d
tests/integration/cases/nested_deep_mixed/dart.dart
tests/integration/cases/nested_deep_mixed/dart_combined.dart
tests/integration/cases/nested_deep_mixed/dart_varname.dart
tests/integration/cases/nested_deep_mixed/elixir.ex
tests/integration/cases/nested_deep_mixed/elixir_combined.ex
tests/integration/cases/nested_deep_mixed/elixir_varname.ex
tests/integration/cases/nested_deep_mixed/erlang.erl
tests/integration/cases/nested_deep_mixed/erlang_combined.erl
tests/integration/cases/nested_deep_mixed/erlang_varname.erl
tests/integration/cases/nested_deep_mixed/fsharp.fs
tests/integration/cases/nested_deep_mixed/fsharp_combined.fs
tests/integration/cases/nested_deep_mixed/fsharp_varname.fs
tests/integration/cases/nested_deep_mixed/go.go
tests/integration/cases/nested_deep_mixed/go_combined.go
tests/integration/cases/nested_deep_mixed/go_varname.go
tests/integration/cases/nested_deep_mixed/groovy.groovy
tests/integration/cases/nested_deep_mixed/groovy_combined.groovy
tests/integration/cases/nested_deep_mixed/groovy_varname.groovy
tests/integration/cases/nested_deep_mixed/haskell.hs
tests/integration/cases/nested_deep_mixed/haskell_combined.hs
tests/integration/cases/nested_deep_mixed/haskell_varname.hs
tests/integration/cases/nested_deep_mixed/hcl.hcl
tests/integration/cases/nested_deep_mixed/hcl_combined.hcl
tests/integration/cases/nested_deep_mixed/hcl_varname.hcl
tests/integration/cases/nested_deep_mixed/input.yaml
tests/integration/cases/nested_deep_mixed/java.java
tests/integration/cases/nested_deep_mixed/java_combined.java
tests/integration/cases/nested_deep_mixed/java_varname.java
tests/integration/cases/nested_deep_mixed/javascript.js
tests/integration/cases/nested_deep_mixed/javascript_combined.js
tests/integration/cases/nested_deep_mixed/javascript_varname.js
tests/integration/cases/nested_deep_mixed/julia.jl
tests/integration/cases/nested_deep_mixed/julia_combined.jl
tests/integration/cases/nested_deep_mixed/julia_varname.jl
tests/integration/cases/nested_deep_mixed/kotlin.kts
tests/integration/cases/nested_deep_mixed/kotlin_combined.kts
tests/integration/cases/nested_deep_mixed/kotlin_varname.kts
tests/integration/cases/nested_deep_mixed/lua.lua
tests/integration/cases/nested_deep_mixed/lua_combined.lua
tests/integration/cases/nested_deep_mixed/lua_varname.lua
tests/integration/cases/nested_deep_mixed/matlab.m
tests/integration/cases/nested_deep_mixed/matlab_combined.m
tests/integration/cases/nested_deep_mixed/matlab_varname.m
tests/integration/cases/nested_deep_mixed/mojo.mojo
tests/integration/cases/nested_deep_mixed/mojo_combined.mojo
tests/integration/cases/nested_deep_mixed/mojo_varname.mojo
tests/integration/cases/nested_deep_mixed/nim.nim
tests/integration/cases/nested_deep_mixed/nim_combined.nim
tests/integration/cases/nested_deep_mixed/nim_varname.nim
tests/integration/cases/nested_deep_mixed/ocaml.ml
tests/integration/cases/nested_deep_mixed/ocaml_combined.ml
tests/integration/cases/nested_deep_mixed/ocaml_varname.ml
tests/integration/cases/nested_deep_mixed/occam.occ
tests/integration/cases/nested_deep_mixed/occam_combined.occ
tests/integration/cases/nested_deep_mixed/occam_varname.occ
tests/integration/cases/nested_deep_mixed/perl.pl
tests/integration/cases/nested_deep_mixed/perl_combined.pl
tests/integration/cases/nested_deep_mixed/perl_varname.pl
tests/integration/cases/nested_deep_mixed/php.php
tests/integration/cases/nested_deep_mixed/php_combined.php
tests/integration/cases/nested_deep_mixed/php_varname.php
tests/integration/cases/nested_deep_mixed/powershell.ps1
tests/integration/cases/nested_deep_mixed/powershell_combined.ps1
tests/integration/cases/nested_deep_mixed/powershell_varname.ps1
tests/integration/cases/nested_deep_mixed/python.py
tests/integration/cases/nested_deep_mixed/python_combined.py
tests/integration/cases/nested_deep_mixed/python_varname.py
tests/integration/cases/nested_deep_mixed/r.R
tests/integration/cases/nested_deep_mixed/r_combined.R
tests/integration/cases/nested_deep_mixed/r_varname.R
tests/integration/cases/nested_deep_mixed/racket.rkt
tests/integration/cases/nested_deep_mixed/racket_combined.rkt
tests/integration/cases/nested_deep_mixed/racket_varname.rkt
tests/integration/cases/nested_deep_mixed/ruby.rb
tests/integration/cases/nested_deep_mixed/ruby_combined.rb
tests/integration/cases/nested_deep_mixed/ruby_varname.rb
tests/integration/cases/nested_deep_mixed/rust.rs
tests/integration/cases/nested_deep_mixed/rust_combined.rs
tests/integration/cases/nested_deep_mixed/rust_varname.rs
tests/integration/cases/nested_deep_mixed/scala.scala
tests/integration/cases/nested_deep_mixed/scala_combined.scala
tests/integration/cases/nested_deep_mixed/scala_varname.scala
tests/integration/cases/nested_deep_mixed/swift.swift
tests/integration/cases/nested_deep_mixed/swift_combined.swift
tests/integration/cases/nested_deep_mixed/swift_varname.swift
tests/integration/cases/nested_deep_mixed/toml.toml
tests/integration/cases/nested_deep_mixed/toml_combined.toml
tests/integration/cases/nested_deep_mixed/toml_varname.toml
tests/integration/cases/nested_deep_mixed/typescript.ts
tests/integration/cases/nested_deep_mixed/typescript_combined.ts
tests/integration/cases/nested_deep_mixed/typescript_varname.ts
tests/integration/cases/nested_deep_mixed/vb.vb
tests/integration/cases/nested_deep_mixed/vb_combined.vb
tests/integration/cases/nested_deep_mixed/vb_varname.vb
tests/integration/cases/nested_deep_mixed/yaml.yaml
tests/integration/cases/nested_deep_mixed/yaml_combined.yaml
tests/integration/cases/nested_deep_mixed/yaml_varname.yaml
tests/integration/cases/nested_deep_mixed/zig.zig
tests/integration/cases/nested_deep_mixed/zig_combined.zig
tests/integration/cases/nested_deep_mixed/zig_varname.zig
tests/integration/cases/nested_empty_inner/ada.adb
tests/integration/cases/nested_empty_inner/ada_combined.adb
tests/integration/cases/nested_empty_inner/ada_varname.adb
tests/integration/cases/nested_empty_inner/bash.sh
tests/integration/cases/nested_empty_inner/bash_combined.sh
tests/integration/cases/nested_empty_inner/bash_varname.sh
tests/integration/cases/nested_empty_inner/c.c
tests/integration/cases/nested_empty_inner/c_combined.c
tests/integration/cases/nested_empty_inner/c_varname.c
tests/integration/cases/nested_empty_inner/clojure.clj
tests/integration/cases/nested_empty_inner/clojure_combined.clj
tests/integration/cases/nested_empty_inner/clojure_varname.clj
tests/integration/cases/nested_empty_inner/cobol.cob
tests/integration/cases/nested_empty_inner/cobol_combined.cob
tests/integration/cases/nested_empty_inner/cobol_varname.cob
tests/integration/cases/nested_empty_inner/common_lisp.lisp
tests/integration/cases/nested_empty_inner/common_lisp_combined.lisp
tests/integration/cases/nested_empty_inner/common_lisp_varname.lisp
tests/integration/cases/nested_empty_inner/cpp.cpp
tests/integration/cases/nested_empty_inner/cpp_combined.cpp
tests/integration/cases/nested_empty_inner/cpp_varname.cpp
tests/integration/cases/nested_empty_inner/crystal.cr
tests/integration/cases/nested_empty_inner/crystal_combined.cr
tests/integration/cases/nested_empty_inner/crystal_varname.cr
tests/integration/cases/nested_empty_inner/csharp.cs
tests/integration/cases/nested_empty_inner/csharp_combined.cs
tests/integration/cases/nested_empty_inner/csharp_varname.cs
tests/integration/cases/nested_empty_inner/d.d
tests/integration/cases/nested_empty_inner/d_combined.d
tests/integration/cases/nested_empty_inner/d_varname.d
tests/integration/cases/nested_empty_inner/dart.dart
tests/integration/cases/nested_empty_inner/dart_combined.dart
tests/integration/cases/nested_empty_inner/dart_varname.dart
tests/integration/cases/nested_empty_inner/elixir.ex
tests/integration/cases/nested_empty_inner/elixir_combined.ex
tests/integration/cases/nested_empty_inner/elixir_varname.ex
tests/integration/cases/nested_empty_inner/erlang.erl
tests/integration/cases/nested_empty_inner/erlang_combined.erl
tests/integration/cases/nested_empty_inner/erlang_varname.erl
tests/integration/cases/nested_empty_inner/fsharp.fs
tests/integration/cases/nested_empty_inner/fsharp_combined.fs
tests/integration/cases/nested_empty_inner/fsharp_varname.fs
tests/integration/cases/nested_empty_inner/go.go
tests/integration/cases/nested_empty_inner/go_combined.go
tests/integration/cases/nested_empty_inner/go_varname.go
tests/integration/cases/nested_empty_inner/groovy.groovy
tests/integration/cases/nested_empty_inner/groovy_combined.groovy
tests/integration/cases/nested_empty_inner/groovy_varname.groovy
tests/integration/cases/nested_empty_inner/haskell.hs
tests/integration/cases/nested_empty_inner/haskell_combined.hs
tests/integration/cases/nested_empty_inner/haskell_varname.hs
tests/integration/cases/nested_empty_inner/hcl.hcl
tests/integration/cases/nested_empty_inner/hcl_combined.hcl
tests/integration/cases/nested_empty_inner/hcl_varname.hcl
tests/integration/cases/nested_empty_inner/input.yaml
tests/integration/cases/nested_empty_inner/java.java
tests/integration/cases/nested_empty_inner/java_combined.java
tests/integration/cases/nested_empty_inner/java_varname.java
tests/integration/cases/nested_empty_inner/javascript.js
tests/integration/cases/nested_empty_inner/javascript_combined.js
tests/integration/cases/nested_empty_inner/javascript_varname.js
tests/integration/cases/nested_empty_inner/julia.jl
tests/integration/cases/nested_empty_inner/julia_combined.jl
tests/integration/cases/nested_empty_inner/julia_varname.jl
tests/integration/cases/nested_empty_inner/kotlin.kts
tests/integration/cases/nested_empty_inner/kotlin_combined.kts
tests/integration/cases/nested_empty_inner/kotlin_varname.kts
tests/integration/cases/nested_empty_inner/lua.lua
tests/integration/cases/nested_empty_inner/lua_combined.lua
tests/integration/cases/nested_empty_inner/lua_varname.lua
tests/integration/cases/nested_empty_inner/matlab.m
tests/integration/cases/nested_empty_inner/matlab_combined.m
tests/integration/cases/nested_empty_inner/matlab_varname.m
tests/integration/cases/nested_empty_inner/mojo.mojo
tests/integration/cases/nested_empty_inner/mojo_combined.mojo
tests/integration/cases/nested_empty_inner/mojo_varname.mojo
tests/integration/cases/nested_empty_inner/nim.nim
tests/integration/cases/nested_empty_inner/nim_combined.nim
tests/integration/cases/nested_empty_inner/nim_varname.nim
tests/integration/cases/nested_empty_inner/ocaml.ml
tests/integration/cases/nested_empty_inner/ocaml_combined.ml
tests/integration/cases/nested_empty_inner/ocaml_varname.ml
tests/integration/cases/nested_empty_inner/occam.occ
tests/integration/cases/nested_empty_inner/occam_combined.occ
tests/integration/cases/nested_empty_inner/occam_varname.occ
tests/integration/cases/nested_empty_inner/perl.pl
tests/integration/cases/nested_empty_inner/perl_combined.pl
tests/integration/cases/nested_empty_inner/perl_varname.pl
tests/integration/cases/nested_empty_inner/php.php
tests/integration/cases/nested_empty_inner/php_combined.php
tests/integration/cases/nested_empty_inner/php_varname.php
tests/integration/cases/nested_empty_inner/powershell.ps1
tests/integration/cases/nested_empty_inner/powershell_combined.ps1
tests/integration/cases/nested_empty_inner/powershell_varname.ps1
tests/integration/cases/nested_empty_inner/python.py
tests/integration/cases/nested_empty_inner/python_combined.py
tests/integration/cases/nested_empty_inner/python_varname.py
tests/integration/cases/nested_empty_inner/r.R
tests/integration/cases/nested_empty_inner/r_combined.R
tests/integration/cases/nested_empty_inner/r_varname.R
tests/integration/cases/nested_empty_inner/racket.rkt
tests/integration/cases/nested_empty_inner/racket_combined.rkt
tests/integration/cases/nested_empty_inner/racket_varname.rkt
tests/integration/cases/nested_empty_inner/ruby.rb
tests/integration/cases/nested_empty_inner/ruby_combined.rb
tests/integration/cases/nested_empty_inner/ruby_varname.rb
tests/integration/cases/nested_empty_inner/rust.rs
tests/integration/cases/nested_empty_inner/rust_combined.rs
tests/integration/cases/nested_empty_inner/rust_varname.rs
tests/integration/cases/nested_empty_inner/scala.scala
tests/integration/cases/nested_empty_inner/scala_combined.scala
tests/integration/cases/nested_empty_inner/scala_varname.scala
tests/integration/cases/nested_empty_inner/swift.swift
tests/integration/cases/nested_empty_inner/swift_combined.swift
tests/integration/cases/nested_empty_inner/swift_varname.swift
tests/integration/cases/nested_empty_inner/toml.toml
tests/integration/cases/nested_empty_inner/toml_combined.toml
tests/integration/cases/nested_empty_inner/toml_varname.toml
tests/integration/cases/nested_empty_inner/typescript.ts
tests/integration/cases/nested_empty_inner/typescript_combined.ts
tests/integration/cases/nested_empty_inner/typescript_varname.ts
tests/integration/cases/nested_empty_inner/vb.vb
tests/integration/cases/nested_empty_inner/vb_combined.vb
tests/integration/cases/nested_empty_inner/vb_varname.vb
tests/integration/cases/nested_empty_inner/yaml.yaml
tests/integration/cases/nested_empty_inner/yaml_combined.yaml
tests/integration/cases/nested_empty_inner/yaml_varname.yaml
tests/integration/cases/nested_empty_inner/zig.zig
tests/integration/cases/nested_empty_inner/zig_combined.zig
tests/integration/cases/nested_empty_inner/zig_varname.zig
tests/integration/cases/nested_float_list/ada.adb
tests/integration/cases/nested_float_list/ada_combined.adb
tests/integration/cases/nested_float_list/ada_varname.adb
tests/integration/cases/nested_float_list/bash.sh
tests/integration/cases/nested_float_list/bash_combined.sh
tests/integration/cases/nested_float_list/bash_varname.sh
tests/integration/cases/nested_float_list/c.c
tests/integration/cases/nested_float_list/c_combined.c
tests/integration/cases/nested_float_list/c_varname.c
tests/integration/cases/nested_float_list/clojure.clj
tests/integration/cases/nested_float_list/clojure_combined.clj
tests/integration/cases/nested_float_list/clojure_varname.clj
tests/integration/cases/nested_float_list/cobol.cob
tests/integration/cases/nested_float_list/cobol_combined.cob
tests/integration/cases/nested_float_list/cobol_varname.cob
tests/integration/cases/nested_float_list/common_lisp.lisp
tests/integration/cases/nested_float_list/common_lisp_combined.lisp
tests/integration/cases/nested_float_list/common_lisp_varname.lisp
tests/integration/cases/nested_float_list/cpp.cpp
tests/integration/cases/nested_float_list/cpp_combined.cpp
tests/integration/cases/nested_float_list/cpp_varname.cpp
tests/integration/cases/nested_float_list/crystal.cr
tests/integration/cases/nested_float_list/crystal_combined.cr
tests/integration/cases/nested_float_list/crystal_varname.cr
tests/integration/cases/nested_float_list/csharp.cs
tests/integration/cases/nested_float_list/csharp_combined.cs
tests/integration/cases/nested_float_list/csharp_varname.cs
tests/integration/cases/nested_float_list/d.d
tests/integration/cases/nested_float_list/d_combined.d
tests/integration/cases/nested_float_list/d_varname.d
tests/integration/cases/nested_float_list/dart.dart
tests/integration/cases/nested_float_list/dart_combined.dart
tests/integration/cases/nested_float_list/dart_varname.dart
tests/integration/cases/nested_float_list/elixir.ex
tests/integration/cases/nested_float_list/elixir_combined.ex
tests/integration/cases/nested_float_list/elixir_varname.ex
tests/integration/cases/nested_float_list/erlang.erl
tests/integration/cases/nested_float_list/erlang_combined.erl
tests/integration/cases/nested_float_list/erlang_varname.erl
tests/integration/cases/nested_float_list/fsharp.fs
tests/integration/cases/nested_float_list/fsharp_combined.fs
tests/integration/cases/nested_float_list/fsharp_varname.fs
tests/integration/cases/nested_float_list/go.go
tests/integration/cases/nested_float_list/go_combined.go
tests/integration/cases/nested_float_list/go_varname.go
tests/integration/cases/nested_float_list/groovy.groovy
tests/integration/cases/nested_float_list/groovy_combined.groovy
tests/integration/cases/nested_float_list/groovy_varname.groovy
tests/integration/cases/nested_float_list/haskell.hs
tests/integration/cases/nested_float_list/haskell_combined.hs
tests/integration/cases/nested_float_list/haskell_varname.hs
tests/integration/cases/nested_float_list/hcl.hcl
tests/integration/cases/nested_float_list/hcl_combined.hcl
tests/integration/cases/nested_float_list/hcl_varname.hcl
tests/integration/cases/nested_float_list/input.yaml
tests/integration/cases/nested_float_list/java.java
tests/integration/cases/nested_float_list/java_combined.java
tests/integration/cases/nested_float_list/java_varname.java
tests/integration/cases/nested_float_list/javascript.js
tests/integration/cases/nested_float_list/javascript_combined.js
tests/integration/cases/nested_float_list/javascript_varname.js
tests/integration/cases/nested_float_list/julia.jl
tests/integration/cases/nested_float_list/julia_combined.jl
tests/integration/cases/nested_float_list/julia_varname.jl
tests/integration/cases/nested_float_list/kotlin.kts
tests/integration/cases/nested_float_list/kotlin_combined.kts
tests/integration/cases/nested_float_list/kotlin_varname.kts
tests/integration/cases/nested_float_list/lua.lua
tests/integration/cases/nested_float_list/lua_combined.lua
tests/integration/cases/nested_float_list/lua_varname.lua
tests/integration/cases/nested_float_list/matlab.m
tests/integration/cases/nested_float_list/matlab_combined.m
tests/integration/cases/nested_float_list/matlab_varname.m
tests/integration/cases/nested_float_list/mojo.mojo
tests/integration/cases/nested_float_list/mojo_combined.mojo
tests/integration/cases/nested_float_list/mojo_varname.mojo
tests/integration/cases/nested_float_list/nim.nim
tests/integration/cases/nested_float_list/nim_combined.nim
tests/integration/cases/nested_float_list/nim_varname.nim
tests/integration/cases/nested_float_list/ocaml.ml
tests/integration/cases/nested_float_list/ocaml_combined.ml
tests/integration/cases/nested_float_list/ocaml_varname.ml
tests/integration/cases/nested_float_list/occam.occ
tests/integration/cases/nested_float_list/occam_combined.occ
tests/integration/cases/nested_float_list/occam_varname.occ
tests/integration/cases/nested_float_list/perl.pl
tests/integration/cases/nested_float_list/perl_combined.pl
tests/integration/cases/nested_float_list/perl_varname.pl
tests/integration/cases/nested_float_list/php.php
tests/integration/cases/nested_float_list/php_combined.php
tests/integration/cases/nested_float_list/php_varname.php
tests/integration/cases/nested_float_list/powershell.ps1
tests/integration/cases/nested_float_list/powershell_combined.ps1
tests/integration/cases/nested_float_list/powershell_varname.ps1
tests/integration/cases/nested_float_list/python.py
tests/integration/cases/nested_float_list/python_combined.py
tests/integration/cases/nested_float_list/python_varname.py
tests/integration/cases/nested_float_list/r.R
tests/integration/cases/nested_float_list/r_combined.R
tests/integration/cases/nested_float_list/r_varname.R
tests/integration/cases/nested_float_list/racket.rkt
tests/integration/cases/nested_float_list/racket_combined.rkt
tests/integration/cases/nested_float_list/racket_varname.rkt
tests/integration/cases/nested_float_list/ruby.rb
tests/integration/cases/nested_float_list/ruby_combined.rb
tests/integration/cases/nested_float_list/ruby_varname.rb
tests/integration/cases/nested_float_list/rust.rs
tests/integration/cases/nested_float_list/rust_combined.rs
tests/integration/cases/nested_float_list/rust_varname.rs
tests/integration/cases/nested_float_list/scala.scala
tests/integration/cases/nested_float_list/scala_combined.scala
tests/integration/cases/nested_float_list/scala_varname.scala
tests/integration/cases/nested_float_list/swift.swift
tests/integration/cases/nested_float_list/swift_combined.swift
tests/integration/cases/nested_float_list/swift_varname.swift
tests/integration/cases/nested_float_list/toml.toml
tests/integration/cases/nested_float_list/toml_combined.toml
tests/integration/cases/nested_float_list/toml_varname.toml
tests/integration/cases/nested_float_list/typescript.ts
tests/integration/cases/nested_float_list/typescript_combined.ts
tests/integration/cases/nested_float_list/typescript_varname.ts
tests/integration/cases/nested_float_list/vb.vb
tests/integration/cases/nested_float_list/vb_combined.vb
tests/integration/cases/nested_float_list/vb_varname.vb
tests/integration/cases/nested_float_list/yaml.yaml
tests/integration/cases/nested_float_list/yaml_combined.yaml
tests/integration/cases/nested_float_list/yaml_varname.yaml
tests/integration/cases/nested_float_list/zig.zig
tests/integration/cases/nested_float_list/zig_combined.zig
tests/integration/cases/nested_float_list/zig_varname.zig
tests/integration/cases/nested_mixed_inner/ada.adb
tests/integration/cases/nested_mixed_inner/ada_combined.adb
tests/integration/cases/nested_mixed_inner/ada_varname.adb
tests/integration/cases/nested_mixed_inner/bash.sh
tests/integration/cases/nested_mixed_inner/bash_combined.sh
tests/integration/cases/nested_mixed_inner/bash_varname.sh
tests/integration/cases/nested_mixed_inner/c.c
tests/integration/cases/nested_mixed_inner/c_combined.c
tests/integration/cases/nested_mixed_inner/c_varname.c
tests/integration/cases/nested_mixed_inner/clojure.clj
tests/integration/cases/nested_mixed_inner/clojure_combined.clj
tests/integration/cases/nested_mixed_inner/clojure_varname.clj
tests/integration/cases/nested_mixed_inner/cobol.cob
tests/integration/cases/nested_mixed_inner/cobol_combined.cob
tests/integration/cases/nested_mixed_inner/cobol_varname.cob
tests/integration/cases/nested_mixed_inner/common_lisp.lisp
tests/integration/cases/nested_mixed_inner/common_lisp_combined.lisp
tests/integration/cases/nested_mixed_inner/common_lisp_varname.lisp
tests/integration/cases/nested_mixed_inner/cpp.cpp
tests/integration/cases/nested_mixed_inner/cpp_combined.cpp
tests/integration/cases/nested_mixed_inner/cpp_varname.cpp
tests/integration/cases/nested_mixed_inner/crystal.cr
tests/integration/cases/nested_mixed_inner/crystal_combined.cr
tests/integration/cases/nested_mixed_inner/crystal_varname.cr
tests/integration/cases/nested_mixed_inner/csharp.cs
tests/integration/cases/nested_mixed_inner/csharp_combined.cs
tests/integration/cases/nested_mixed_inner/csharp_varname.cs
tests/integration/cases/nested_mixed_inner/d.d
tests/integration/cases/nested_mixed_inner/d_combined.d
tests/integration/cases/nested_mixed_inner/d_varname.d
tests/integration/cases/nested_mixed_inner/dart.dart
tests/integration/cases/nested_mixed_inner/dart_combined.dart
tests/integration/cases/nested_mixed_inner/dart_varname.dart
tests/integration/cases/nested_mixed_inner/elixir.ex
tests/integration/cases/nested_mixed_inner/elixir_combined.ex
tests/integration/cases/nested_mixed_inner/elixir_varname.ex
tests/integration/cases/nested_mixed_inner/erlang.erl
tests/integration/cases/nested_mixed_inner/erlang_combined.erl
tests/integration/cases/nested_mixed_inner/erlang_varname.erl
tests/integration/cases/nested_mixed_inner/fsharp.fs
tests/integration/cases/nested_mixed_inner/fsharp_combined.fs
tests/integration/cases/nested_mixed_inner/fsharp_varname.fs
tests/integration/cases/nested_mixed_inner/go.go
tests/integration/cases/nested_mixed_inner/go_combined.go
tests/integration/cases/nested_mixed_inner/go_varname.go
tests/integration/cases/nested_mixed_inner/groovy.groovy
tests/integration/cases/nested_mixed_inner/groovy_combined.groovy
tests/integration/cases/nested_mixed_inner/groovy_varname.groovy
tests/integration/cases/nested_mixed_inner/haskell.hs
tests/integration/cases/nested_mixed_inner/haskell_combined.hs
tests/integration/cases/nested_mixed_inner/haskell_varname.hs
tests/integration/cases/nested_mixed_inner/hcl.hcl
tests/integration/cases/nested_mixed_inner/hcl_combined.hcl
tests/integration/cases/nested_mixed_inner/hcl_varname.hcl
tests/integration/cases/nested_mixed_inner/input.yaml
tests/integration/cases/nested_mixed_inner/java.java
tests/integration/cases/nested_mixed_inner/java_combined.java
tests/integration/cases/nested_mixed_inner/java_varname.java
tests/integration/cases/nested_mixed_inner/javascript.js
tests/integration/cases/nested_mixed_inner/javascript_combined.js
tests/integration/cases/nested_mixed_inner/javascript_varname.js
tests/integration/cases/nested_mixed_inner/julia.jl
tests/integration/cases/nested_mixed_inner/julia_combined.jl
tests/integration/cases/nested_mixed_inner/julia_varname.jl
tests/integration/cases/nested_mixed_inner/kotlin.kts
tests/integration/cases/nested_mixed_inner/kotlin_combined.kts
tests/integration/cases/nested_mixed_inner/kotlin_varname.kts
tests/integration/cases/nested_mixed_inner/lua.lua
tests/integration/cases/nested_mixed_inner/lua_combined.lua
tests/integration/cases/nested_mixed_inner/lua_varname.lua
tests/integration/cases/nested_mixed_inner/matlab.m
tests/integration/cases/nested_mixed_inner/matlab_combined.m
tests/integration/cases/nested_mixed_inner/matlab_varname.m
tests/integration/cases/nested_mixed_inner/mojo.mojo
tests/integration/cases/nested_mixed_inner/mojo_combined.mojo
tests/integration/cases/nested_mixed_inner/mojo_varname.mojo
tests/integration/cases/nested_mixed_inner/nim.nim
tests/integration/cases/nested_mixed_inner/nim_combined.nim
tests/integration/cases/nested_mixed_inner/nim_varname.nim
tests/integration/cases/nested_mixed_inner/ocaml.ml
tests/integration/cases/nested_mixed_inner/ocaml_combined.ml
tests/integration/cases/nested_mixed_inner/ocaml_varname.ml
tests/integration/cases/nested_mixed_inner/occam.occ
tests/integration/cases/nested_mixed_inner/occam_combined.occ
tests/integration/cases/nested_mixed_inner/occam_varname.occ
tests/integration/cases/nested_mixed_inner/perl.pl
tests/integration/cases/nested_mixed_inner/perl_combined.pl
tests/integration/cases/nested_mixed_inner/perl_varname.pl
tests/integration/cases/nested_mixed_inner/php.php
tests/integration/cases/nested_mixed_inner/php_combined.php
tests/integration/cases/nested_mixed_inner/php_varname.php
tests/integration/cases/nested_mixed_inner/powershell.ps1
tests/integration/cases/nested_mixed_inner/powershell_combined.ps1
tests/integration/cases/nested_mixed_inner/powershell_varname.ps1
tests/integration/cases/nested_mixed_inner/python.py
tests/integration/cases/nested_mixed_inner/python_combined.py
tests/integration/cases/nested_mixed_inner/python_varname.py
tests/integration/cases/nested_mixed_inner/r.R
tests/integration/cases/nested_mixed_inner/r_combined.R
tests/integration/cases/nested_mixed_inner/r_varname.R
tests/integration/cases/nested_mixed_inner/racket.rkt
tests/integration/cases/nested_mixed_inner/racket_combined.rkt
tests/integration/cases/nested_mixed_inner/racket_varname.rkt
tests/integration/cases/nested_mixed_inner/ruby.rb
tests/integration/cases/nested_mixed_inner/ruby_combined.rb
tests/integration/cases/nested_mixed_inner/ruby_varname.rb
tests/integration/cases/nested_mixed_inner/rust.rs
tests/integration/cases/nested_mixed_inner/rust_combined.rs
tests/integration/cases/nested_mixed_inner/rust_varname.rs
tests/integration/cases/nested_mixed_inner/scala.scala
tests/integration/cases/nested_mixed_inner/scala_combined.scala
tests/integration/cases/nested_mixed_inner/scala_varname.scala
tests/integration/cases/nested_mixed_inner/swift.swift
tests/integration/cases/nested_mixed_inner/swift_combined.swift
tests/integration/cases/nested_mixed_inner/swift_varname.swift
tests/integration/cases/nested_mixed_inner/toml.toml
tests/integration/cases/nested_mixed_inner/toml_combined.toml
tests/integration/cases/nested_mixed_inner/toml_varname.toml
tests/integration/cases/nested_mixed_inner/typescript.ts
tests/integration/cases/nested_mixed_inner/typescript_combined.ts
tests/integration/cases/nested_mixed_inner/typescript_varname.ts
tests/integration/cases/nested_mixed_inner/vb.vb
tests/integration/cases/nested_mixed_inner/vb_combined.vb
tests/integration/cases/nested_mixed_inner/vb_varname.vb
tests/integration/cases/nested_mixed_inner/yaml.yaml
tests/integration/cases/nested_mixed_inner/yaml_combined.yaml
tests/integration/cases/nested_mixed_inner/yaml_varname.yaml
tests/integration/cases/nested_mixed_inner/zig.zig
tests/integration/cases/nested_mixed_inner/zig_combined.zig
tests/integration/cases/nested_mixed_inner/zig_varname.zig
tests/integration/cases/nested_mixed_types/ada.adb
tests/integration/cases/nested_mixed_types/ada_combined.adb
tests/integration/cases/nested_mixed_types/ada_varname.adb
tests/integration/cases/nested_mixed_types/bash.sh
tests/integration/cases/nested_mixed_types/bash_combined.sh
tests/integration/cases/nested_mixed_types/bash_varname.sh
tests/integration/cases/nested_mixed_types/c.c
tests/integration/cases/nested_mixed_types/c_combined.c
tests/integration/cases/nested_mixed_types/c_varname.c
tests/integration/cases/nested_mixed_types/clojure.clj
tests/integration/cases/nested_mixed_types/clojure_combined.clj
tests/integration/cases/nested_mixed_types/clojure_varname.clj
tests/integration/cases/nested_mixed_types/cobol.cob
tests/integration/cases/nested_mixed_types/cobol_combined.cob
tests/integration/cases/nested_mixed_types/cobol_varname.cob
tests/integration/cases/nested_mixed_types/common_lisp.lisp
tests/integration/cases/nested_mixed_types/common_lisp_combined.lisp
tests/integration/cases/nested_mixed_types/common_lisp_varname.lisp
tests/integration/cases/nested_mixed_types/cpp.cpp
tests/integration/cases/nested_mixed_types/cpp_combined.cpp
tests/integration/cases/nested_mixed_types/cpp_varname.cpp
tests/integration/cases/nested_mixed_types/crystal.cr
tests/integration/cases/nested_mixed_types/crystal_combined.cr
tests/integration/cases/nested_mixed_types/crystal_varname.cr
tests/integration/cases/nested_mixed_types/csharp.cs
tests/integration/cases/nested_mixed_types/csharp_combined.cs
tests/integration/cases/nested_mixed_types/csharp_varname.cs
tests/integration/cases/nested_mixed_types/d.d
tests/integration/cases/nested_mixed_types/d_combined.d
tests/integration/cases/nested_mixed_types/d_varname.d
tests/integration/cases/nested_mixed_types/dart.dart
tests/integration/cases/nested_mixed_types/dart_combined.dart
tests/integration/cases/nested_mixed_types/dart_varname.dart
tests/integration/cases/nested_mixed_types/elixir.ex
tests/integration/cases/nested_mixed_types/elixir_combined.ex
tests/integration/cases/nested_mixed_types/elixir_varname.ex
tests/integration/cases/nested_mixed_types/erlang.erl
tests/integration/cases/nested_mixed_types/erlang_combined.erl
tests/integration/cases/nested_mixed_types/erlang_varname.erl
tests/integration/cases/nested_mixed_types/fsharp.fs
tests/integration/cases/nested_mixed_types/fsharp_combined.fs
tests/integration/cases/nested_mixed_types/fsharp_varname.fs
tests/integration/cases/nested_mixed_types/go.go
tests/integration/cases/nested_mixed_types/go_combined.go
tests/integration/cases/nested_mixed_types/go_varname.go
tests/integration/cases/nested_mixed_types/groovy.groovy
tests/integration/cases/nested_mixed_types/groovy_combined.groovy
tests/integration/cases/nested_mixed_types/groovy_varname.groovy
tests/integration/cases/nested_mixed_types/haskell.hs
tests/integration/cases/nested_mixed_types/haskell_combined.hs
tests/integration/cases/nested_mixed_types/haskell_varname.hs
tests/integration/cases/nested_mixed_types/hcl.hcl
tests/integration/cases/nested_mixed_types/hcl_combined.hcl
tests/integration/cases/nested_mixed_types/hcl_varname.hcl
tests/integration/cases/nested_mixed_types/input.yaml
tests/integration/cases/nested_mixed_types/java.java
tests/integration/cases/nested_mixed_types/java_combined.java
tests/integration/cases/nested_mixed_types/java_varname.java
tests/integration/cases/nested_mixed_types/javascript.js
tests/integration/cases/nested_mixed_types/javascript_combined.js
tests/integration/cases/nested_mixed_types/javascript_varname.js
tests/integration/cases/nested_mixed_types/julia.jl
tests/integration/cases/nested_mixed_types/julia_combined.jl
tests/integration/cases/nested_mixed_types/julia_varname.jl
tests/integration/cases/nested_mixed_types/kotlin.kts
tests/integration/cases/nested_mixed_types/kotlin_combined.kts
tests/integration/cases/nested_mixed_types/kotlin_varname.kts
tests/integration/cases/nested_mixed_types/lua.lua
tests/integration/cases/nested_mixed_types/lua_combined.lua
tests/integration/cases/nested_mixed_types/lua_varname.lua
tests/integration/cases/nested_mixed_types/matlab.m
tests/integration/cases/nested_mixed_types/matlab_combined.m
tests/integration/cases/nested_mixed_types/matlab_varname.m
tests/integration/cases/nested_mixed_types/mojo.mojo
tests/integration/cases/nested_mixed_types/mojo_combined.mojo
tests/integration/cases/nested_mixed_types/mojo_varname.mojo
tests/integration/cases/nested_mixed_types/nim.nim
tests/integration/cases/nested_mixed_types/nim_combined.nim
tests/integration/cases/nested_mixed_types/nim_varname.nim
tests/integration/cases/nested_mixed_types/ocaml.ml
tests/integration/cases/nested_mixed_types/ocaml_combined.ml
tests/integration/cases/nested_mixed_types/ocaml_varname.ml
tests/integration/cases/nested_mixed_types/occam.occ
tests/integration/cases/nested_mixed_types/occam_combined.occ
tests/integration/cases/nested_mixed_types/occam_varname.occ
tests/integration/cases/nested_mixed_types/perl.pl
tests/integration/cases/nested_mixed_types/perl_combined.pl
tests/integration/cases/nested_mixed_types/perl_varname.pl
tests/integration/cases/nested_mixed_types/php.php
tests/integration/cases/nested_mixed_types/php_combined.php
tests/integration/cases/nested_mixed_types/php_varname.php
tests/integration/cases/nested_mixed_types/powershell.ps1
tests/integration/cases/nested_mixed_types/powershell_combined.ps1
tests/integration/cases/nested_mixed_types/powershell_varname.ps1
tests/integration/cases/nested_mixed_types/python.py
tests/integration/cases/nested_mixed_types/python_combined.py
tests/integration/cases/nested_mixed_types/python_varname.py
tests/integration/cases/nested_mixed_types/r.R
tests/integration/cases/nested_mixed_types/r_combined.R
tests/integration/cases/nested_mixed_types/r_varname.R
tests/integration/cases/nested_mixed_types/racket.rkt
tests/integration/cases/nested_mixed_types/racket_combined.rkt
tests/integration/cases/nested_mixed_types/racket_varname.rkt
tests/integration/cases/nested_mixed_types/ruby.rb
tests/integration/cases/nested_mixed_types/ruby_combined.rb
tests/integration/cases/nested_mixed_types/ruby_varname.rb
tests/integration/cases/nested_mixed_types/rust.rs
tests/integration/cases/nested_mixed_types/rust_combined.rs
tests/integration/cases/nested_mixed_types/rust_varname.rs
tests/integration/cases/nested_mixed_types/scala.scala
tests/integration/cases/nested_mixed_types/scala_combined.scala
tests/integration/cases/nested_mixed_types/scala_varname.scala
tests/integration/cases/nested_mixed_types/swift.swift
tests/integration/cases/nested_mixed_types/swift_combined.swift
tests/integration/cases/nested_mixed_types/swift_varname.swift
tests/integration/cases/nested_mixed_types/toml.toml
tests/integration/cases/nested_mixed_types/toml_combined.toml
tests/integration/cases/nested_mixed_types/toml_varname.toml
tests/integration/cases/nested_mixed_types/typescript.ts
tests/integration/cases/nested_mixed_types/typescript_combined.ts
tests/integration/cases/nested_mixed_types/typescript_varname.ts
tests/integration/cases/nested_mixed_types/vb.vb
tests/integration/cases/nested_mixed_types/vb_combined.vb
tests/integration/cases/nested_mixed_types/vb_varname.vb
tests/integration/cases/nested_mixed_types/yaml.yaml
tests/integration/cases/nested_mixed_types/yaml_combined.yaml
tests/integration/cases/nested_mixed_types/yaml_varname.yaml
tests/integration/cases/nested_mixed_types/zig.zig
tests/integration/cases/nested_mixed_types/zig_combined.zig
tests/integration/cases/nested_mixed_types/zig_varname.zig
tests/integration/cases/nested_sequence/ada.adb
tests/integration/cases/nested_sequence/ada_combined.adb
tests/integration/cases/nested_sequence/ada_varname.adb
tests/integration/cases/nested_sequence/bash.sh
tests/integration/cases/nested_sequence/bash_combined.sh
tests/integration/cases/nested_sequence/bash_varname.sh
tests/integration/cases/nested_sequence/c.c
tests/integration/cases/nested_sequence/c_combined.c
tests/integration/cases/nested_sequence/c_varname.c
tests/integration/cases/nested_sequence/clojure.clj
tests/integration/cases/nested_sequence/clojure_combined.clj
tests/integration/cases/nested_sequence/clojure_varname.clj
tests/integration/cases/nested_sequence/cobol.cob
tests/integration/cases/nested_sequence/cobol_combined.cob
tests/integration/cases/nested_sequence/cobol_varname.cob
tests/integration/cases/nested_sequence/common_lisp.lisp
tests/integration/cases/nested_sequence/common_lisp_combined.lisp
tests/integration/cases/nested_sequence/common_lisp_varname.lisp
tests/integration/cases/nested_sequence/cpp.cpp
tests/integration/cases/nested_sequence/cpp_combined.cpp
tests/integration/cases/nested_sequence/cpp_varname.cpp
tests/integration/cases/nested_sequence/crystal.cr
tests/integration/cases/nested_sequence/crystal_combined.cr
tests/integration/cases/nested_sequence/crystal_varname.cr
tests/integration/cases/nested_sequence/csharp.cs
tests/integration/cases/nested_sequence/csharp_combined.cs
tests/integration/cases/nested_sequence/csharp_varname.cs
tests/integration/cases/nested_sequence/d.d
tests/integration/cases/nested_sequence/d_combined.d
tests/integration/cases/nested_sequence/d_varname.d
tests/integration/cases/nested_sequence/dart.dart
tests/integration/cases/nested_sequence/dart_combined.dart
tests/integration/cases/nested_sequence/dart_varname.dart
tests/integration/cases/nested_sequence/elixir.ex
tests/integration/cases/nested_sequence/elixir_combined.ex
tests/integration/cases/nested_sequence/elixir_varname.ex
tests/integration/cases/nested_sequence/erlang.erl
tests/integration/cases/nested_sequence/erlang_combined.erl
tests/integration/cases/nested_sequence/erlang_varname.erl
tests/integration/cases/nested_sequence/fsharp.fs
tests/integration/cases/nested_sequence/fsharp_combined.fs
tests/integration/cases/nested_sequence/fsharp_varname.fs
tests/integration/cases/nested_sequence/go.go
tests/integration/cases/nested_sequence/go_combined.go
tests/integration/cases/nested_sequence/go_varname.go
tests/integration/cases/nested_sequence/groovy.groovy
tests/integration/cases/nested_sequence/groovy_combined.groovy
tests/integration/cases/nested_sequence/groovy_varname.groovy
tests/integration/cases/nested_sequence/haskell.hs
tests/integration/cases/nested_sequence/haskell_combined.hs
tests/integration/cases/nested_sequence/haskell_varname.hs
tests/integration/cases/nested_sequence/hcl.hcl
tests/integration/cases/nested_sequence/hcl_combined.hcl
tests/integration/cases/nested_sequence/hcl_varname.hcl
tests/integration/cases/nested_sequence/input.yaml
tests/integration/cases/nested_sequence/java.java
tests/integration/cases/nested_sequence/java_combined.java
tests/integration/cases/nested_sequence/java_varname.java
tests/integration/cases/nested_sequence/javascript.js
tests/integration/cases/nested_sequence/javascript_combined.js
tests/integration/cases/nested_sequence/javascript_varname.js
tests/integration/cases/nested_sequence/julia.jl
tests/integration/cases/nested_sequence/julia_combined.jl
tests/integration/cases/nested_sequence/julia_varname.jl
tests/integration/cases/nested_sequence/kotlin.kts
tests/integration/cases/nested_sequence/kotlin_combined.kts
tests/integration/cases/nested_sequence/kotlin_varname.kts
tests/integration/cases/nested_sequence/lua.lua
tests/integration/cases/nested_sequence/lua_combined.lua
tests/integration/cases/nested_sequence/lua_varname.lua
tests/integration/cases/nested_sequence/matlab.m
tests/integration/cases/nested_sequence/matlab_combined.m
tests/integration/cases/nested_sequence/matlab_varname.m
tests/integration/cases/nested_sequence/mojo.mojo
tests/integration/cases/nested_sequence/mojo_combined.mojo
tests/integration/cases/nested_sequence/mojo_varname.mojo
tests/integration/cases/nested_sequence/nim.nim
tests/integration/cases/nested_sequence/nim_combined.nim
tests/integration/cases/nested_sequence/nim_varname.nim
tests/integration/cases/nested_sequence/ocaml.ml
tests/integration/cases/nested_sequence/ocaml_combined.ml
tests/integration/cases/nested_sequence/ocaml_varname.ml
tests/integration/cases/nested_sequence/occam.occ
tests/integration/cases/nested_sequence/occam_combined.occ
tests/integration/cases/nested_sequence/occam_varname.occ
tests/integration/cases/nested_sequence/perl.pl
tests/integration/cases/nested_sequence/perl_combined.pl
tests/integration/cases/nested_sequence/perl_varname.pl
tests/integration/cases/nested_sequence/php.php
tests/integration/cases/nested_sequence/php_combined.php
tests/integration/cases/nested_sequence/php_varname.php
tests/integration/cases/nested_sequence/powershell.ps1
tests/integration/cases/nested_sequence/powershell_combined.ps1
tests/integration/cases/nested_sequence/powershell_varname.ps1
tests/integration/cases/nested_sequence/python.py
tests/integration/cases/nested_sequence/python_combined.py
tests/integration/cases/nested_sequence/python_varname.py
tests/integration/cases/nested_sequence/r.R
tests/integration/cases/nested_sequence/r_combined.R
tests/integration/cases/nested_sequence/r_varname.R
tests/integration/cases/nested_sequence/racket.rkt
tests/integration/cases/nested_sequence/racket_combined.rkt
tests/integration/cases/nested_sequence/racket_varname.rkt
tests/integration/cases/nested_sequence/ruby.rb
tests/integration/cases/nested_sequence/ruby_combined.rb
tests/integration/cases/nested_sequence/ruby_varname.rb
tests/integration/cases/nested_sequence/rust.rs
tests/integration/cases/nested_sequence/rust_combined.rs
tests/integration/cases/nested_sequence/rust_varname.rs
tests/integration/cases/nested_sequence/scala.scala
tests/integration/cases/nested_sequence/scala_combined.scala
tests/integration/cases/nested_sequence/scala_varname.scala
tests/integration/cases/nested_sequence/swift.swift
tests/integration/cases/nested_sequence/swift_combined.swift
tests/integration/cases/nested_sequence/swift_varname.swift
tests/integration/cases/nested_sequence/toml.toml
tests/integration/cases/nested_sequence/toml_combined.toml
tests/integration/cases/nested_sequence/toml_varname.toml
tests/integration/cases/nested_sequence/typescript.ts
tests/integration/cases/nested_sequence/typescript_combined.ts
tests/integration/cases/nested_sequence/typescript_varname.ts
tests/integration/cases/nested_sequence/vb.vb
tests/integration/cases/nested_sequence/vb_combined.vb
tests/integration/cases/nested_sequence/vb_varname.vb
tests/integration/cases/nested_sequence/yaml.yaml
tests/integration/cases/nested_sequence/yaml_combined.yaml
tests/integration/cases/nested_sequence/yaml_varname.yaml
tests/integration/cases/nested_sequence/zig.zig
tests/integration/cases/nested_sequence/zig_combined.zig
tests/integration/cases/nested_sequence/zig_varname.zig
tests/integration/cases/nested_sequences/ada.adb
tests/integration/cases/nested_sequences/ada_combined.adb
tests/integration/cases/nested_sequences/ada_varname.adb
tests/integration/cases/nested_sequences/bash.sh
tests/integration/cases/nested_sequences/bash_combined.sh
tests/integration/cases/nested_sequences/bash_varname.sh
tests/integration/cases/nested_sequences/c.c
tests/integration/cases/nested_sequences/c_combined.c
tests/integration/cases/nested_sequences/c_varname.c
tests/integration/cases/nested_sequences/clojure.clj
tests/integration/cases/nested_sequences/clojure_combined.clj
tests/integration/cases/nested_sequences/clojure_varname.clj
tests/integration/cases/nested_sequences/cobol.cob
tests/integration/cases/nested_sequences/cobol_combined.cob
tests/integration/cases/nested_sequences/cobol_varname.cob
tests/integration/cases/nested_sequences/common_lisp.lisp
tests/integration/cases/nested_sequences/common_lisp_combined.lisp
tests/integration/cases/nested_sequences/common_lisp_varname.lisp
tests/integration/cases/nested_sequences/cpp.cpp
tests/integration/cases/nested_sequences/cpp_combined.cpp
tests/integration/cases/nested_sequences/cpp_varname.cpp
tests/integration/cases/nested_sequences/crystal.cr
tests/integration/cases/nested_sequences/crystal_combined.cr
tests/integration/cases/nested_sequences/crystal_varname.cr
tests/integration/cases/nested_sequences/csharp.cs
tests/integration/cases/nested_sequences/csharp_combined.cs
tests/integration/cases/nested_sequences/csharp_varname.cs
tests/integration/cases/nested_sequences/d.d
tests/integration/cases/nested_sequences/d_combined.d
tests/integration/cases/nested_sequences/d_varname.d
tests/integration/cases/nested_sequences/dart.dart
tests/integration/cases/nested_sequences/dart_combined.dart
tests/integration/cases/nested_sequences/dart_varname.dart
tests/integration/cases/nested_sequences/elixir.ex
tests/integration/cases/nested_sequences/elixir_combined.ex
tests/integration/cases/nested_sequences/elixir_varname.ex
tests/integration/cases/nested_sequences/erlang.erl
tests/integration/cases/nested_sequences/erlang_combined.erl
tests/integration/cases/nested_sequences/erlang_varname.erl
tests/integration/cases/nested_sequences/fsharp.fs
tests/integration/cases/nested_sequences/fsharp_combined.fs
tests/integration/cases/nested_sequences/fsharp_varname.fs
tests/integration/cases/nested_sequences/go.go
tests/integration/cases/nested_sequences/go_combined.go
tests/integration/cases/nested_sequences/go_varname.go
tests/integration/cases/nested_sequences/groovy.groovy
tests/integration/cases/nested_sequences/groovy_combined.groovy
tests/integration/cases/nested_sequences/groovy_varname.groovy
tests/integration/cases/nested_sequences/haskell.hs
tests/integration/cases/nested_sequences/haskell_combined.hs
tests/integration/cases/nested_sequences/haskell_varname.hs
tests/integration/cases/nested_sequences/hcl.hcl
tests/integration/cases/nested_sequences/hcl_combined.hcl
tests/integration/cases/nested_sequences/hcl_varname.hcl
tests/integration/cases/nested_sequences/input.yaml
tests/integration/cases/nested_sequences/java.java
tests/integration/cases/nested_sequences/java_combined.java
tests/integration/cases/nested_sequences/java_varname.java
tests/integration/cases/nested_sequences/javascript.js
tests/integration/cases/nested_sequences/javascript_combined.js
tests/integration/cases/nested_sequences/javascript_varname.js
tests/integration/cases/nested_sequences/julia.jl
tests/integration/cases/nested_sequences/julia_combined.jl
tests/integration/cases/nested_sequences/julia_varname.jl
tests/integration/cases/nested_sequences/kotlin.kts
tests/integration/cases/nested_sequences/kotlin_combined.kts
tests/integration/cases/nested_sequences/kotlin_varname.kts
tests/integration/cases/nested_sequences/lua.lua
tests/integration/cases/nested_sequences/lua_combined.lua
tests/integration/cases/nested_sequences/lua_varname.lua
tests/integration/cases/nested_sequences/matlab.m
tests/integration/cases/nested_sequences/matlab_combined.m
tests/integration/cases/nested_sequences/matlab_varname.m
tests/integration/cases/nested_sequences/mojo.mojo
tests/integration/cases/nested_sequences/mojo_combined.mojo
tests/integration/cases/nested_sequences/mojo_varname.mojo
tests/integration/cases/nested_sequences/nim.nim
tests/integration/cases/nested_sequences/nim_combined.nim
tests/integration/cases/nested_sequences/nim_varname.nim
tests/integration/cases/nested_sequences/ocaml.ml
tests/integration/cases/nested_sequences/ocaml_combined.ml
tests/integration/cases/nested_sequences/ocaml_varname.ml
tests/integration/cases/nested_sequences/occam.occ
tests/integration/cases/nested_sequences/occam_combined.occ
tests/integration/cases/nested_sequences/occam_varname.occ
tests/integration/cases/nested_sequences/perl.pl
tests/integration/cases/nested_sequences/perl_combined.pl
tests/integration/cases/nested_sequences/perl_varname.pl
tests/integration/cases/nested_sequences/php.php
tests/integration/cases/nested_sequences/php_combined.php
tests/integration/cases/nested_sequences/php_varname.php
tests/integration/cases/nested_sequences/powershell.ps1
tests/integration/cases/nested_sequences/powershell_combined.ps1
tests/integration/cases/nested_sequences/powershell_varname.ps1
tests/integration/cases/nested_sequences/python.py
tests/integration/cases/nested_sequences/python_combined.py
tests/integration/cases/nested_sequences/python_varname.py
tests/integration/cases/nested_sequences/r.R
tests/integration/cases/nested_sequences/r_combined.R
tests/integration/cases/nested_sequences/r_varname.R
tests/integration/cases/nested_sequences/racket.rkt
tests/integration/cases/nested_sequences/racket_combined.rkt
tests/integration/cases/nested_sequences/racket_varname.rkt
tests/integration/cases/nested_sequences/ruby.rb
tests/integration/cases/nested_sequences/ruby_combined.rb
tests/integration/cases/nested_sequences/ruby_varname.rb
tests/integration/cases/nested_sequences/rust.rs
tests/integration/cases/nested_sequences/rust_combined.rs
tests/integration/cases/nested_sequences/rust_varname.rs
tests/integration/cases/nested_sequences/scala.scala
tests/integration/cases/nested_sequences/scala_combined.scala
tests/integration/cases/nested_sequences/scala_varname.scala
tests/integration/cases/nested_sequences/swift.swift
tests/integration/cases/nested_sequences/swift_combined.swift
tests/integration/cases/nested_sequences/swift_varname.swift
tests/integration/cases/nested_sequences/toml.toml
tests/integration/cases/nested_sequences/toml_combined.toml
tests/integration/cases/nested_sequences/toml_varname.toml
tests/integration/cases/nested_sequences/typescript.ts
tests/integration/cases/nested_sequences/typescript_combined.ts
tests/integration/cases/nested_sequences/typescript_varname.ts
tests/integration/cases/nested_sequences/vb.vb
tests/integration/cases/nested_sequences/vb_combined.vb
tests/integration/cases/nested_sequences/vb_varname.vb
tests/integration/cases/nested_sequences/yaml.yaml
tests/integration/cases/nested_sequences/yaml_combined.yaml
tests/integration/cases/nested_sequences/yaml_varname.yaml
tests/integration/cases/nested_sequences/zig.zig
tests/integration/cases/nested_sequences/zig_combined.zig
tests/integration/cases/nested_sequences/zig_varname.zig
tests/integration/cases/omap/ada.adb
tests/integration/cases/omap/ada_combined.adb
tests/integration/cases/omap/ada_varname.adb
tests/integration/cases/omap/bash.sh
tests/integration/cases/omap/bash_combined.sh
tests/integration/cases/omap/bash_varname.sh
tests/integration/cases/omap/c.c
tests/integration/cases/omap/c_combined.c
tests/integration/cases/omap/c_varname.c
tests/integration/cases/omap/clojure.clj
tests/integration/cases/omap/clojure_combined.clj
tests/integration/cases/omap/clojure_varname.clj
tests/integration/cases/omap/cobol.cob
tests/integration/cases/omap/cobol_combined.cob
tests/integration/cases/omap/cobol_varname.cob
tests/integration/cases/omap/common_lisp.lisp
tests/integration/cases/omap/common_lisp_combined.lisp
tests/integration/cases/omap/common_lisp_varname.lisp
tests/integration/cases/omap/cpp.cpp
tests/integration/cases/omap/cpp_combined.cpp
tests/integration/cases/omap/cpp_varname.cpp
tests/integration/cases/omap/crystal.cr
tests/integration/cases/omap/crystal_combined.cr
tests/integration/cases/omap/crystal_varname.cr
tests/integration/cases/omap/csharp.cs
tests/integration/cases/omap/csharp_combined.cs
tests/integration/cases/omap/csharp_varname.cs
tests/integration/cases/omap/d.d
tests/integration/cases/omap/d_combined.d
tests/integration/cases/omap/d_varname.d
tests/integration/cases/omap/dart.dart
tests/integration/cases/omap/dart_combined.dart
tests/integration/cases/omap/dart_varname.dart
tests/integration/cases/omap/elixir.ex
tests/integration/cases/omap/elixir_combined.ex
tests/integration/cases/omap/elixir_varname.ex
tests/integration/cases/omap/erlang.erl
tests/integration/cases/omap/erlang_combined.erl
tests/integration/cases/omap/erlang_varname.erl
tests/integration/cases/omap/fsharp.fs
tests/integration/cases/omap/fsharp_combined.fs
tests/integration/cases/omap/fsharp_varname.fs
tests/integration/cases/omap/go.go
tests/integration/cases/omap/go_combined.go
tests/integration/cases/omap/go_varname.go
tests/integration/cases/omap/groovy.groovy
tests/integration/cases/omap/groovy_combined.groovy
tests/integration/cases/omap/groovy_varname.groovy
tests/integration/cases/omap/haskell.hs
tests/integration/cases/omap/haskell_combined.hs
tests/integration/cases/omap/haskell_varname.hs
tests/integration/cases/omap/hcl.hcl
tests/integration/cases/omap/hcl_combined.hcl
tests/integration/cases/omap/hcl_varname.hcl
tests/integration/cases/omap/input.yaml
tests/integration/cases/omap/java.java
tests/integration/cases/omap/java_combined.java
tests/integration/cases/omap/java_varname.java
tests/integration/cases/omap/javascript.js
tests/integration/cases/omap/javascript_combined.js
tests/integration/cases/omap/javascript_varname.js
tests/integration/cases/omap/julia.jl
tests/integration/cases/omap/julia_combined.jl
tests/integration/cases/omap/julia_varname.jl
tests/integration/cases/omap/kotlin.kts
tests/integration/cases/omap/kotlin_combined.kts
tests/integration/cases/omap/kotlin_varname.kts
tests/integration/cases/omap/lua.lua
tests/integration/cases/omap/lua_combined.lua
tests/integration/cases/omap/lua_varname.lua
tests/integration/cases/omap/matlab.m
tests/integration/cases/omap/matlab_combined.m
tests/integration/cases/omap/matlab_varname.m
tests/integration/cases/omap/mojo.mojo
tests/integration/cases/omap/mojo_combined.mojo
tests/integration/cases/omap/mojo_varname.mojo
tests/integration/cases/omap/nim.nim
tests/integration/cases/omap/nim_combined.nim
tests/integration/cases/omap/nim_varname.nim
tests/integration/cases/omap/ocaml.ml
tests/integration/cases/omap/ocaml_combined.ml
tests/integration/cases/omap/ocaml_varname.ml
tests/integration/cases/omap/occam.occ
tests/integration/cases/omap/occam_combined.occ
tests/integration/cases/omap/occam_varname.occ
tests/integration/cases/omap/perl.pl
tests/integration/cases/omap/perl_combined.pl
tests/integration/cases/omap/perl_varname.pl
tests/integration/cases/omap/php.php
tests/integration/cases/omap/php_combined.php
tests/integration/cases/omap/php_varname.php
tests/integration/cases/omap/powershell.ps1
tests/integration/cases/omap/powershell_combined.ps1
tests/integration/cases/omap/powershell_varname.ps1
tests/integration/cases/omap/python.py
tests/integration/cases/omap/python_combined.py
tests/integration/cases/omap/python_varname.py
tests/integration/cases/omap/r.R
tests/integration/cases/omap/r_combined.R
tests/integration/cases/omap/r_varname.R
tests/integration/cases/omap/racket.rkt
tests/integration/cases/omap/racket_combined.rkt
tests/integration/cases/omap/racket_varname.rkt
tests/integration/cases/omap/ruby.rb
tests/integration/cases/omap/ruby_combined.rb
tests/integration/cases/omap/ruby_varname.rb
tests/integration/cases/omap/rust.rs
tests/integration/cases/omap/rust_combined.rs
tests/integration/cases/omap/rust_varname.rs
tests/integration/cases/omap/scala.scala
tests/integration/cases/omap/scala_combined.scala
tests/integration/cases/omap/scala_varname.scala
tests/integration/cases/omap/swift.swift
tests/integration/cases/omap/swift_combined.swift
tests/integration/cases/omap/swift_varname.swift
tests/integration/cases/omap/toml.toml
tests/integration/cases/omap/toml_combined.toml
tests/integration/cases/omap/toml_varname.toml
tests/integration/cases/omap/typescript.ts
tests/integration/cases/omap/typescript_combined.ts
tests/integration/cases/omap/typescript_varname.ts
tests/integration/cases/omap/vb.vb
tests/integration/cases/omap/vb_combined.vb
tests/integration/cases/omap/vb_varname.vb
tests/integration/cases/omap/yaml.yaml
tests/integration/cases/omap/yaml_combined.yaml
tests/integration/cases/omap/yaml_varname.yaml
tests/integration/cases/omap/zig.zig
tests/integration/cases/omap/zig_combined.zig
tests/integration/cases/omap/zig_varname.zig
tests/integration/cases/scalars/ada.adb
tests/integration/cases/scalars/ada_combined.adb
tests/integration/cases/scalars/ada_varname.adb
tests/integration/cases/scalars/bash.sh
tests/integration/cases/scalars/bash_combined.sh
tests/integration/cases/scalars/bash_varname.sh
tests/integration/cases/scalars/c.c
tests/integration/cases/scalars/c_combined.c
tests/integration/cases/scalars/c_varname.c
tests/integration/cases/scalars/clojure.clj
tests/integration/cases/scalars/clojure_combined.clj
tests/integration/cases/scalars/clojure_varname.clj
tests/integration/cases/scalars/cobol.cob
tests/integration/cases/scalars/cobol_combined.cob
tests/integration/cases/scalars/cobol_varname.cob
tests/integration/cases/scalars/common_lisp.lisp
tests/integration/cases/scalars/common_lisp_combined.lisp
tests/integration/cases/scalars/common_lisp_varname.lisp
tests/integration/cases/scalars/cpp.cpp
tests/integration/cases/scalars/cpp_combined.cpp
tests/integration/cases/scalars/cpp_varname.cpp
tests/integration/cases/scalars/crystal.cr
tests/integration/cases/scalars/crystal_combined.cr
tests/integration/cases/scalars/crystal_varname.cr
tests/integration/cases/scalars/csharp.cs
tests/integration/cases/scalars/csharp_combined.cs
tests/integration/cases/scalars/csharp_varname.cs
tests/integration/cases/scalars/d.d
tests/integration/cases/scalars/d_combined.d
tests/integration/cases/scalars/d_varname.d
tests/integration/cases/scalars/dart.dart
tests/integration/cases/scalars/dart_combined.dart
tests/integration/cases/scalars/dart_varname.dart
tests/integration/cases/scalars/elixir.ex
tests/integration/cases/scalars/elixir_combined.ex
tests/integration/cases/scalars/elixir_varname.ex
tests/integration/cases/scalars/erlang.erl
tests/integration/cases/scalars/erlang_combined.erl
tests/integration/cases/scalars/erlang_varname.erl
tests/integration/cases/scalars/fsharp.fs
tests/integration/cases/scalars/fsharp_combined.fs
tests/integration/cases/scalars/fsharp_varname.fs
tests/integration/cases/scalars/go.go
tests/integration/cases/scalars/go_combined.go
tests/integration/cases/scalars/go_varname.go
tests/integration/cases/scalars/groovy.groovy
tests/integration/cases/scalars/groovy_combined.groovy
tests/integration/cases/scalars/groovy_varname.groovy
tests/integration/cases/scalars/haskell.hs
tests/integration/cases/scalars/haskell_combined.hs
tests/integration/cases/scalars/haskell_varname.hs
tests/integration/cases/scalars/hcl.hcl
tests/integration/cases/scalars/hcl_combined.hcl
tests/integration/cases/scalars/hcl_varname.hcl
tests/integration/cases/scalars/input.yaml
tests/integration/cases/scalars/java.java
tests/integration/cases/scalars/java_combined.java
tests/integration/cases/scalars/java_varname.java
tests/integration/cases/scalars/javascript.js
tests/integration/cases/scalars/javascript_combined.js
tests/integration/cases/scalars/javascript_varname.js
tests/integration/cases/scalars/julia.jl
tests/integration/cases/scalars/julia_combined.jl
tests/integration/cases/scalars/julia_varname.jl
tests/integration/cases/scalars/kotlin.kts
tests/integration/cases/scalars/kotlin_combined.kts
tests/integration/cases/scalars/kotlin_varname.kts
tests/integration/cases/scalars/lua.lua
tests/integration/cases/scalars/lua_combined.lua
tests/integration/cases/scalars/lua_varname.lua
tests/integration/cases/scalars/matlab.m
tests/integration/cases/scalars/matlab_combined.m
tests/integration/cases/scalars/matlab_varname.m
tests/integration/cases/scalars/mojo.mojo
tests/integration/cases/scalars/mojo_combined.mojo
tests/integration/cases/scalars/mojo_varname.mojo
tests/integration/cases/scalars/nim.nim
tests/integration/cases/scalars/nim_combined.nim
tests/integration/cases/scalars/nim_varname.nim
tests/integration/cases/scalars/ocaml.ml
tests/integration/cases/scalars/ocaml_combined.ml
tests/integration/cases/scalars/ocaml_varname.ml
tests/integration/cases/scalars/occam.occ
tests/integration/cases/scalars/occam_combined.occ
tests/integration/cases/scalars/occam_varname.occ
tests/integration/cases/scalars/perl.pl
tests/integration/cases/scalars/perl_combined.pl
tests/integration/cases/scalars/perl_varname.pl
tests/integration/cases/scalars/php.php
tests/integration/cases/scalars/php_combined.php
tests/integration/cases/scalars/php_varname.php
tests/integration/cases/scalars/powershell.ps1
tests/integration/cases/scalars/powershell_combined.ps1
tests/integration/cases/scalars/powershell_varname.ps1
tests/integration/cases/scalars/python.py
tests/integration/cases/scalars/python_combined.py
tests/integration/cases/scalars/python_varname.py
tests/integration/cases/scalars/r.R
tests/integration/cases/scalars/r_combined.R
tests/integration/cases/scalars/r_varname.R
tests/integration/cases/scalars/racket.rkt
tests/integration/cases/scalars/racket_combined.rkt
tests/integration/cases/scalars/racket_varname.rkt
tests/integration/cases/scalars/ruby.rb
tests/integration/cases/scalars/ruby_combined.rb
tests/integration/cases/scalars/ruby_varname.rb
tests/integration/cases/scalars/rust.rs
tests/integration/cases/scalars/rust_combined.rs
tests/integration/cases/scalars/rust_varname.rs
tests/integration/cases/scalars/scala.scala
tests/integration/cases/scalars/scala_combined.scala
tests/integration/cases/scalars/scala_varname.scala
tests/integration/cases/scalars/swift.swift
tests/integration/cases/scalars/swift_combined.swift
tests/integration/cases/scalars/swift_varname.swift
tests/integration/cases/scalars/toml.toml
tests/integration/cases/scalars/toml_combined.toml
tests/integration/cases/scalars/toml_varname.toml
tests/integration/cases/scalars/typescript.ts
tests/integration/cases/scalars/typescript_combined.ts
tests/integration/cases/scalars/typescript_varname.ts
tests/integration/cases/scalars/vb.vb
tests/integration/cases/scalars/vb_combined.vb
tests/integration/cases/scalars/vb_varname.vb
tests/integration/cases/scalars/yaml.yaml
tests/integration/cases/scalars/yaml_combined.yaml
tests/integration/cases/scalars/yaml_varname.yaml
tests/integration/cases/scalars/zig.zig
tests/integration/cases/scalars/zig_combined.zig
tests/integration/cases/scalars/zig_varname.zig
tests/integration/cases/sequence_of_dicts/ada.adb
tests/integration/cases/sequence_of_dicts/ada_combined.adb
tests/integration/cases/sequence_of_dicts/ada_varname.adb
tests/integration/cases/sequence_of_dicts/bash.sh
tests/integration/cases/sequence_of_dicts/bash_combined.sh
tests/integration/cases/sequence_of_dicts/bash_varname.sh
tests/integration/cases/sequence_of_dicts/c.c
tests/integration/cases/sequence_of_dicts/c_combined.c
tests/integration/cases/sequence_of_dicts/c_varname.c
tests/integration/cases/sequence_of_dicts/clojure.clj
tests/integration/cases/sequence_of_dicts/clojure_combined.clj
tests/integration/cases/sequence_of_dicts/clojure_varname.clj
tests/integration/cases/sequence_of_dicts/cobol.cob
tests/integration/cases/sequence_of_dicts/cobol_combined.cob
tests/integration/cases/sequence_of_dicts/cobol_varname.cob
tests/integration/cases/sequence_of_dicts/common_lisp.lisp
tests/integration/cases/sequence_of_dicts/common_lisp_combined.lisp
tests/integration/cases/sequence_of_dicts/common_lisp_varname.lisp
tests/integration/cases/sequence_of_dicts/cpp.cpp
tests/integration/cases/sequence_of_dicts/cpp_combined.cpp
tests/integration/cases/sequence_of_dicts/cpp_varname.cpp
tests/integration/cases/sequence_of_dicts/crystal.cr
tests/integration/cases/sequence_of_dicts/crystal_combined.cr
tests/integration/cases/sequence_of_dicts/crystal_varname.cr
tests/integration/cases/sequence_of_dicts/csharp.cs
tests/integration/cases/sequence_of_dicts/csharp_combined.cs
tests/integration/cases/sequence_of_dicts/csharp_varname.cs
tests/integration/cases/sequence_of_dicts/d.d
tests/integration/cases/sequence_of_dicts/d_combined.d
tests/integration/cases/sequence_of_dicts/d_varname.d
tests/integration/cases/sequence_of_dicts/dart.dart
tests/integration/cases/sequence_of_dicts/dart_combined.dart
tests/integration/cases/sequence_of_dicts/dart_varname.dart
tests/integration/cases/sequence_of_dicts/elixir.ex
tests/integration/cases/sequence_of_dicts/elixir_combined.ex
tests/integration/cases/sequence_of_dicts/elixir_varname.ex
tests/integration/cases/sequence_of_dicts/erlang.erl
tests/integration/cases/sequence_of_dicts/erlang_combined.erl
tests/integration/cases/sequence_of_dicts/erlang_varname.erl
tests/integration/cases/sequence_of_dicts/fsharp.fs
tests/integration/cases/sequence_of_dicts/fsharp_combined.fs
tests/integration/cases/sequence_of_dicts/fsharp_varname.fs
tests/integration/cases/sequence_of_dicts/go.go
tests/integration/cases/sequence_of_dicts/go_combined.go
tests/integration/cases/sequence_of_dicts/go_varname.go
tests/integration/cases/sequence_of_dicts/groovy.groovy
tests/integration/cases/sequence_of_dicts/groovy_combined.groovy
tests/integration/cases/sequence_of_dicts/groovy_varname.groovy
tests/integration/cases/sequence_of_dicts/haskell.hs
tests/integration/cases/sequence_of_dicts/haskell_combined.hs
tests/integration/cases/sequence_of_dicts/haskell_varname.hs
tests/integration/cases/sequence_of_dicts/hcl.hcl
tests/integration/cases/sequence_of_dicts/hcl_combined.hcl
tests/integration/cases/sequence_of_dicts/hcl_varname.hcl
tests/integration/cases/sequence_of_dicts/input.yaml
tests/integration/cases/sequence_of_dicts/java.java
tests/integration/cases/sequence_of_dicts/java_combined.java
tests/integration/cases/sequence_of_dicts/java_varname.java
tests/integration/cases/sequence_of_dicts/javascript.js
tests/integration/cases/sequence_of_dicts/javascript_combined.js
tests/integration/cases/sequence_of_dicts/javascript_varname.js
tests/integration/cases/sequence_of_dicts/julia.jl
tests/integration/cases/sequence_of_dicts/julia_combined.jl
tests/integration/cases/sequence_of_dicts/julia_varname.jl
tests/integration/cases/sequence_of_dicts/kotlin.kts
tests/integration/cases/sequence_of_dicts/kotlin_combined.kts
tests/integration/cases/sequence_of_dicts/kotlin_varname.kts
tests/integration/cases/sequence_of_dicts/lua.lua
tests/integration/cases/sequence_of_dicts/lua_combined.lua
tests/integration/cases/sequence_of_dicts/lua_varname.lua
tests/integration/cases/sequence_of_dicts/matlab.m
tests/integration/cases/sequence_of_dicts/matlab_combined.m
tests/integration/cases/sequence_of_dicts/matlab_varname.m
tests/integration/cases/sequence_of_dicts/mojo.mojo
tests/integration/cases/sequence_of_dicts/mojo_combined.mojo
tests/integration/cases/sequence_of_dicts/mojo_varname.mojo
tests/integration/cases/sequence_of_dicts/nim.nim
tests/integration/cases/sequence_of_dicts/nim_combined.nim
tests/integration/cases/sequence_of_dicts/nim_varname.nim
tests/integration/cases/sequence_of_dicts/ocaml.ml
tests/integration/cases/sequence_of_dicts/ocaml_combined.ml
tests/integration/cases/sequence_of_dicts/ocaml_varname.ml
tests/integration/cases/sequence_of_dicts/occam.occ
tests/integration/cases/sequence_of_dicts/occam_combined.occ
tests/integration/cases/sequence_of_dicts/occam_varname.occ
tests/integration/cases/sequence_of_dicts/perl.pl
tests/integration/cases/sequence_of_dicts/perl_combined.pl
tests/integration/cases/sequence_of_dicts/perl_varname.pl
tests/integration/cases/sequence_of_dicts/php.php
tests/integration/cases/sequence_of_dicts/php_combined.php
tests/integration/cases/sequence_of_dicts/php_varname.php
tests/integration/cases/sequence_of_dicts/powershell.ps1
tests/integration/cases/sequence_of_dicts/powershell_combined.ps1
tests/integration/cases/sequence_of_dicts/powershell_varname.ps1
tests/integration/cases/sequence_of_dicts/python.py
tests/integration/cases/sequence_of_dicts/python_combined.py
tests/integration/cases/sequence_of_dicts/python_varname.py
tests/integration/cases/sequence_of_dicts/r.R
tests/integration/cases/sequence_of_dicts/r_combined.R
tests/integration/cases/sequence_of_dicts/r_varname.R
tests/integration/cases/sequence_of_dicts/racket.rkt
tests/integration/cases/sequence_of_dicts/racket_combined.rkt
tests/integration/cases/sequence_of_dicts/racket_varname.rkt
tests/integration/cases/sequence_of_dicts/ruby.rb
tests/integration/cases/sequence_of_dicts/ruby_combined.rb
tests/integration/cases/sequence_of_dicts/ruby_varname.rb
tests/integration/cases/sequence_of_dicts/rust.rs
tests/integration/cases/sequence_of_dicts/rust_combined.rs
tests/integration/cases/sequence_of_dicts/rust_varname.rs
tests/integration/cases/sequence_of_dicts/scala.scala
tests/integration/cases/sequence_of_dicts/scala_combined.scala
tests/integration/cases/sequence_of_dicts/scala_varname.scala
tests/integration/cases/sequence_of_dicts/swift.swift
tests/integration/cases/sequence_of_dicts/swift_combined.swift
tests/integration/cases/sequence_of_dicts/swift_varname.swift
tests/integration/cases/sequence_of_dicts/toml.toml
tests/integration/cases/sequence_of_dicts/toml_combined.toml
tests/integration/cases/sequence_of_dicts/toml_varname.toml
tests/integration/cases/sequence_of_dicts/typescript.ts
tests/integration/cases/sequence_of_dicts/typescript_combined.ts
tests/integration/cases/sequence_of_dicts/typescript_varname.ts
tests/integration/cases/sequence_of_dicts/vb.vb
tests/integration/cases/sequence_of_dicts/vb_combined.vb
tests/integration/cases/sequence_of_dicts/vb_varname.vb
tests/integration/cases/sequence_of_dicts/yaml.yaml
tests/integration/cases/sequence_of_dicts/yaml_combined.yaml
tests/integration/cases/sequence_of_dicts/yaml_varname.yaml
tests/integration/cases/sequence_of_dicts/zig.zig
tests/integration/cases/sequence_of_dicts/zig_combined.zig
tests/integration/cases/sequence_of_dicts/zig_varname.zig
tests/integration/cases/set/ada.adb
tests/integration/cases/set/ada_combined.adb
tests/integration/cases/set/ada_varname.adb
tests/integration/cases/set/bash.sh
tests/integration/cases/set/bash_combined.sh
tests/integration/cases/set/bash_varname.sh
tests/integration/cases/set/c.c
tests/integration/cases/set/c_combined.c
tests/integration/cases/set/c_varname.c
tests/integration/cases/set/clojure.clj
tests/integration/cases/set/clojure_combined.clj
tests/integration/cases/set/clojure_varname.clj
tests/integration/cases/set/cobol.cob
tests/integration/cases/set/cobol_combined.cob
tests/integration/cases/set/cobol_varname.cob
tests/integration/cases/set/common_lisp.lisp
tests/integration/cases/set/common_lisp_combined.lisp
tests/integration/cases/set/common_lisp_varname.lisp
tests/integration/cases/set/cpp.cpp
tests/integration/cases/set/cpp_combined.cpp
tests/integration/cases/set/cpp_varname.cpp
tests/integration/cases/set/crystal.cr
tests/integration/cases/set/crystal_combined.cr
tests/integration/cases/set/crystal_varname.cr
tests/integration/cases/set/csharp.cs
tests/integration/cases/set/csharp_combined.cs
tests/integration/cases/set/csharp_varname.cs
tests/integration/cases/set/d.d
tests/integration/cases/set/d_combined.d
tests/integration/cases/set/d_varname.d
tests/integration/cases/set/dart.dart
tests/integration/cases/set/dart_combined.dart
tests/integration/cases/set/dart_varname.dart
tests/integration/cases/set/elixir.ex
tests/integration/cases/set/elixir_combined.ex
tests/integration/cases/set/elixir_varname.ex
tests/integration/cases/set/erlang.erl
tests/integration/cases/set/erlang_combined.erl
tests/integration/cases/set/erlang_varname.erl
tests/integration/cases/set/fsharp.fs
tests/integration/cases/set/fsharp_combined.fs
tests/integration/cases/set/fsharp_varname.fs
tests/integration/cases/set/go.go
tests/integration/cases/set/go_combined.go
tests/integration/cases/set/go_varname.go
tests/integration/cases/set/groovy.groovy
tests/integration/cases/set/groovy_combined.groovy
tests/integration/cases/set/groovy_varname.groovy
tests/integration/cases/set/haskell.hs
tests/integration/cases/set/haskell_combined.hs
tests/integration/cases/set/haskell_varname.hs
tests/integration/cases/set/hcl.hcl
tests/integration/cases/set/hcl_combined.hcl
tests/integration/cases/set/hcl_varname.hcl
tests/integration/cases/set/input.yaml
tests/integration/cases/set/java.java
tests/integration/cases/set/java_combined.java
tests/integration/cases/set/java_varname.java
tests/integration/cases/set/javascript.js
tests/integration/cases/set/javascript_combined.js
tests/integration/cases/set/javascript_varname.js
tests/integration/cases/set/julia.jl
tests/integration/cases/set/julia_combined.jl
tests/integration/cases/set/julia_varname.jl
tests/integration/cases/set/kotlin.kts
tests/integration/cases/set/kotlin_combined.kts
tests/integration/cases/set/kotlin_varname.kts
tests/integration/cases/set/lua.lua
tests/integration/cases/set/lua_combined.lua
tests/integration/cases/set/lua_varname.lua
tests/integration/cases/set/matlab.m
tests/integration/cases/set/matlab_combined.m
tests/integration/cases/set/matlab_varname.m
tests/integration/cases/set/mojo.mojo
tests/integration/cases/set/mojo_combined.mojo
tests/integration/cases/set/mojo_varname.mojo
tests/integration/cases/set/nim.nim
tests/integration/cases/set/nim_combined.nim
tests/integration/cases/set/nim_varname.nim
tests/integration/cases/set/ocaml.ml
tests/integration/cases/set/ocaml_combined.ml
tests/integration/cases/set/ocaml_varname.ml
tests/integration/cases/set/occam.occ
tests/integration/cases/set/occam_combined.occ
tests/integration/cases/set/occam_varname.occ
tests/integration/cases/set/perl.pl
tests/integration/cases/set/perl_combined.pl
tests/integration/cases/set/perl_varname.pl
tests/integration/cases/set/php.php
tests/integration/cases/set/php_combined.php
tests/integration/cases/set/php_varname.php
tests/integration/cases/set/powershell.ps1
tests/integration/cases/set/powershell_combined.ps1
tests/integration/cases/set/powershell_varname.ps1
tests/integration/cases/set/python.py
tests/integration/cases/set/python_combined.py
tests/integration/cases/set/python_frozenset.py
tests/integration/cases/set/python_varname.py
tests/integration/cases/set/r.R
tests/integration/cases/set/r_combined.R
tests/integration/cases/set/r_varname.R
tests/integration/cases/set/racket.rkt
tests/integration/cases/set/racket_combined.rkt
tests/integration/cases/set/racket_varname.rkt
tests/integration/cases/set/ruby.rb
tests/integration/cases/set/ruby_combined.rb
tests/integration/cases/set/ruby_varname.rb
tests/integration/cases/set/rust.rs
tests/integration/cases/set/rust_combined.rs
tests/integration/cases/set/rust_varname.rs
tests/integration/cases/set/scala.scala
tests/integration/cases/set/scala_combined.scala
tests/integration/cases/set/scala_varname.scala
tests/integration/cases/set/swift.swift
tests/integration/cases/set/swift_combined.swift
tests/integration/cases/set/swift_varname.swift
tests/integration/cases/set/toml.toml
tests/integration/cases/set/toml_combined.toml
tests/integration/cases/set/toml_varname.toml
tests/integration/cases/set/typescript.ts
tests/integration/cases/set/typescript_combined.ts
tests/integration/cases/set/typescript_varname.ts
tests/integration/cases/set/vb.vb
tests/integration/cases/set/vb_combined.vb
tests/integration/cases/set/vb_varname.vb
tests/integration/cases/set/yaml.yaml
tests/integration/cases/set/yaml_combined.yaml
tests/integration/cases/set/yaml_varname.yaml
tests/integration/cases/set/zig.zig
tests/integration/cases/set/zig_combined.zig
tests/integration/cases/set/zig_varname.zig
tests/integration/cases/set_comments/ada.adb
tests/integration/cases/set_comments/ada_combined.adb
tests/integration/cases/set_comments/ada_varname.adb
tests/integration/cases/set_comments/bash.sh
tests/integration/cases/set_comments/bash_combined.sh
tests/integration/cases/set_comments/bash_varname.sh
tests/integration/cases/set_comments/c.c
tests/integration/cases/set_comments/c_combined.c
tests/integration/cases/set_comments/c_varname.c
tests/integration/cases/set_comments/clojure.clj
tests/integration/cases/set_comments/clojure_combined.clj
tests/integration/cases/set_comments/clojure_varname.clj
tests/integration/cases/set_comments/cobol.cob
tests/integration/cases/set_comments/cobol_combined.cob
tests/integration/cases/set_comments/cobol_varname.cob
tests/integration/cases/set_comments/common_lisp.lisp
tests/integration/cases/set_comments/common_lisp_combined.lisp
tests/integration/cases/set_comments/common_lisp_varname.lisp
tests/integration/cases/set_comments/cpp.cpp
tests/integration/cases/set_comments/cpp_combined.cpp
tests/integration/cases/set_comments/cpp_varname.cpp
tests/integration/cases/set_comments/crystal.cr
tests/integration/cases/set_comments/crystal_combined.cr
tests/integration/cases/set_comments/crystal_varname.cr
tests/integration/cases/set_comments/csharp.cs
tests/integration/cases/set_comments/csharp_combined.cs
tests/integration/cases/set_comments/csharp_varname.cs
tests/integration/cases/set_comments/d.d
tests/integration/cases/set_comments/d_combined.d
tests/integration/cases/set_comments/d_varname.d
tests/integration/cases/set_comments/dart.dart
tests/integration/cases/set_comments/dart_combined.dart
tests/integration/cases/set_comments/dart_varname.dart
tests/integration/cases/set_comments/elixir.ex
tests/integration/cases/set_comments/elixir_combined.ex
tests/integration/cases/set_comments/elixir_varname.ex
tests/integration/cases/set_comments/erlang.erl
tests/integration/cases/set_comments/erlang_combined.erl
tests/integration/cases/set_comments/erlang_varname.erl
tests/integration/cases/set_comments/fsharp.fs
tests/integration/cases/set_comments/fsharp_combined.fs
tests/integration/cases/set_comments/fsharp_varname.fs
tests/integration/cases/set_comments/go.go
tests/integration/cases/set_comments/go_combined.go
tests/integration/cases/set_comments/go_varname.go
tests/integration/cases/set_comments/groovy.groovy
tests/integration/cases/set_comments/groovy_combined.groovy
tests/integration/cases/set_comments/groovy_varname.groovy
tests/integration/cases/set_comments/haskell.hs
tests/integration/cases/set_comments/haskell_combined.hs
tests/integration/cases/set_comments/haskell_varname.hs
tests/integration/cases/set_comments/hcl.hcl
tests/integration/cases/set_comments/hcl_combined.hcl
tests/integration/cases/set_comments/hcl_varname.hcl
tests/integration/cases/set_comments/input.yaml
tests/integration/cases/set_comments/java.java
tests/integration/cases/set_comments/java_combined.java
tests/integration/cases/set_comments/java_varname.java
tests/integration/cases/set_comments/javascript.js
tests/integration/cases/set_comments/javascript_combined.js
tests/integration/cases/set_comments/javascript_varname.js
tests/integration/cases/set_comments/julia.jl
tests/integration/cases/set_comments/julia_combined.jl
tests/integration/cases/set_comments/julia_varname.jl
tests/integration/cases/set_comments/kotlin.kts
tests/integration/cases/set_comments/kotlin_combined.kts
tests/integration/cases/set_comments/kotlin_varname.kts
tests/integration/cases/set_comments/lua.lua
tests/integration/cases/set_comments/lua_combined.lua
tests/integration/cases/set_comments/lua_varname.lua
tests/integration/cases/set_comments/matlab.m
tests/integration/cases/set_comments/matlab_combined.m
tests/integration/cases/set_comments/matlab_varname.m
tests/integration/cases/set_comments/mojo.mojo
tests/integration/cases/set_comments/mojo_combined.mojo
tests/integration/cases/set_comments/mojo_varname.mojo
tests/integration/cases/set_comments/nim.nim
tests/integration/cases/set_comments/nim_combined.nim
tests/integration/cases/set_comments/nim_varname.nim
tests/integration/cases/set_comments/ocaml.ml
tests/integration/cases/set_comments/ocaml_combined.ml
tests/integration/cases/set_comments/ocaml_varname.ml
tests/integration/cases/set_comments/occam.occ
tests/integration/cases/set_comments/occam_combined.occ
tests/integration/cases/set_comments/occam_varname.occ
tests/integration/cases/set_comments/perl.pl
tests/integration/cases/set_comments/perl_combined.pl
tests/integration/cases/set_comments/perl_varname.pl
tests/integration/cases/set_comments/php.php
tests/integration/cases/set_comments/php_combined.php
tests/integration/cases/set_comments/php_varname.php
tests/integration/cases/set_comments/powershell.ps1
tests/integration/cases/set_comments/powershell_combined.ps1
tests/integration/cases/set_comments/powershell_varname.ps1
tests/integration/cases/set_comments/python.py
tests/integration/cases/set_comments/python_combined.py
tests/integration/cases/set_comments/python_varname.py
tests/integration/cases/set_comments/r.R
tests/integration/cases/set_comments/r_combined.R
tests/integration/cases/set_comments/r_varname.R
tests/integration/cases/set_comments/racket.rkt
tests/integration/cases/set_comments/racket_combined.rkt
tests/integration/cases/set_comments/racket_varname.rkt
tests/integration/cases/set_comments/ruby.rb
tests/integration/cases/set_comments/ruby_combined.rb
tests/integration/cases/set_comments/ruby_varname.rb
tests/integration/cases/set_comments/rust.rs
tests/integration/cases/set_comments/rust_combined.rs
tests/integration/cases/set_comments/rust_varname.rs
tests/integration/cases/set_comments/scala.scala
tests/integration/cases/set_comments/scala_combined.scala
tests/integration/cases/set_comments/scala_varname.scala
tests/integration/cases/set_comments/swift.swift
tests/integration/cases/set_comments/swift_combined.swift
tests/integration/cases/set_comments/swift_varname.swift
tests/integration/cases/set_comments/toml.toml
tests/integration/cases/set_comments/toml_combined.toml
tests/integration/cases/set_comments/toml_varname.toml
tests/integration/cases/set_comments/typescript.ts
tests/integration/cases/set_comments/typescript_combined.ts
tests/integration/cases/set_comments/typescript_varname.ts
tests/integration/cases/set_comments/vb.vb
tests/integration/cases/set_comments/vb_combined.vb
tests/integration/cases/set_comments/vb_varname.vb
tests/integration/cases/set_comments/yaml.yaml
tests/integration/cases/set_comments/yaml_combined.yaml
tests/integration/cases/set_comments/yaml_varname.yaml
tests/integration/cases/set_comments/zig.zig
tests/integration/cases/set_comments/zig_combined.zig
tests/integration/cases/set_comments/zig_varname.zig
tests/integration/cases/set_comments_unsorted_order/ada.adb
tests/integration/cases/set_comments_unsorted_order/ada_combined.adb
tests/integration/cases/set_comments_unsorted_order/ada_varname.adb
tests/integration/cases/set_comments_unsorted_order/bash.sh
tests/integration/cases/set_comments_unsorted_order/bash_combined.sh
tests/integration/cases/set_comments_unsorted_order/bash_varname.sh
tests/integration/cases/set_comments_unsorted_order/c.c
tests/integration/cases/set_comments_unsorted_order/c_combined.c
tests/integration/cases/set_comments_unsorted_order/c_varname.c
tests/integration/cases/set_comments_unsorted_order/clojure.clj
tests/integration/cases/set_comments_unsorted_order/clojure_combined.clj
tests/integration/cases/set_comments_unsorted_order/clojure_varname.clj
tests/integration/cases/set_comments_unsorted_order/cobol.cob
tests/integration/cases/set_comments_unsorted_order/cobol_combined.cob
tests/integration/cases/set_comments_unsorted_order/cobol_varname.cob
tests/integration/cases/set_comments_unsorted_order/common_lisp.lisp
tests/integration/cases/set_comments_unsorted_order/common_lisp_combined.lisp
tests/integration/cases/set_comments_unsorted_order/common_lisp_varname.lisp
tests/integration/cases/set_comments_unsorted_order/cpp.cpp
tests/integration/cases/set_comments_unsorted_order/cpp_combined.cpp
tests/integration/cases/set_comments_unsorted_order/cpp_varname.cpp
tests/integration/cases/set_comments_unsorted_order/crystal.cr
tests/integration/cases/set_comments_unsorted_order/crystal_combined.cr
tests/integration/cases/set_comments_unsorted_order/crystal_varname.cr
tests/integration/cases/set_comments_unsorted_order/csharp.cs
tests/integration/cases/set_comments_unsorted_order/csharp_combined.cs
tests/integration/cases/set_comments_unsorted_order/csharp_varname.cs
tests/integration/cases/set_comments_unsorted_order/d.d
tests/integration/cases/set_comments_unsorted_order/d_combined.d
tests/integration/cases/set_comments_unsorted_order/d_varname.d
tests/integration/cases/set_comments_unsorted_order/dart.dart
tests/integration/cases/set_comments_unsorted_order/dart_combined.dart
tests/integration/cases/set_comments_unsorted_order/dart_varname.dart
tests/integration/cases/set_comments_unsorted_order/elixir.ex
tests/integration/cases/set_comments_unsorted_order/elixir_combined.ex
tests/integration/cases/set_comments_unsorted_order/elixir_varname.ex
tests/integration/cases/set_comments_unsorted_order/erlang.erl
tests/integration/cases/set_comments_unsorted_order/erlang_combined.erl
tests/integration/cases/set_comments_unsorted_order/erlang_varname.erl
tests/integration/cases/set_comments_unsorted_order/fsharp.fs
tests/integration/cases/set_comments_unsorted_order/fsharp_combined.fs
tests/integration/cases/set_comments_unsorted_order/fsharp_varname.fs
tests/integration/cases/set_comments_unsorted_order/go.go
tests/integration/cases/set_comments_unsorted_order/go_combined.go
tests/integration/cases/set_comments_unsorted_order/go_varname.go
tests/integration/cases/set_comments_unsorted_order/groovy.groovy
tests/integration/cases/set_comments_unsorted_order/groovy_combined.groovy
tests/integration/cases/set_comments_unsorted_order/groovy_varname.groovy
tests/integration/cases/set_comments_unsorted_order/haskell.hs
tests/integration/cases/set_comments_unsorted_order/haskell_combined.hs
tests/integration/cases/set_comments_unsorted_order/haskell_varname.hs
tests/integration/cases/set_comments_unsorted_order/hcl.hcl
tests/integration/cases/set_comments_unsorted_order/hcl_combined.hcl
tests/integration/cases/set_comments_unsorted_order/hcl_varname.hcl
tests/integration/cases/set_comments_unsorted_order/input.yaml
tests/integration/cases/set_comments_unsorted_order/java.java
tests/integration/cases/set_comments_unsorted_order/java_combined.java
tests/integration/cases/set_comments_unsorted_order/java_varname.java
tests/integration/cases/set_comments_unsorted_order/javascript.js
tests/integration/cases/set_comments_unsorted_order/javascript_combined.js
tests/integration/cases/set_comments_unsorted_order/javascript_varname.js
tests/integration/cases/set_comments_unsorted_order/julia.jl
tests/integration/cases/set_comments_unsorted_order/julia_combined.jl
tests/integration/cases/set_comments_unsorted_order/julia_varname.jl
tests/integration/cases/set_comments_unsorted_order/kotlin.kts
tests/integration/cases/set_comments_unsorted_order/kotlin_combined.kts
tests/integration/cases/set_comments_unsorted_order/kotlin_varname.kts
tests/integration/cases/set_comments_unsorted_order/lua.lua
tests/integration/cases/set_comments_unsorted_order/lua_combined.lua
tests/integration/cases/set_comments_unsorted_order/lua_varname.lua
tests/integration/cases/set_comments_unsorted_order/matlab.m
tests/integration/cases/set_comments_unsorted_order/matlab_combined.m
tests/integration/cases/set_comments_unsorted_order/matlab_varname.m
tests/integration/cases/set_comments_unsorted_order/mojo.mojo
tests/integration/cases/set_comments_unsorted_order/mojo_combined.mojo
tests/integration/cases/set_comments_unsorted_order/mojo_varname.mojo
tests/integration/cases/set_comments_unsorted_order/nim.nim
tests/integration/cases/set_comments_unsorted_order/nim_combined.nim
tests/integration/cases/set_comments_unsorted_order/nim_varname.nim
tests/integration/cases/set_comments_unsorted_order/ocaml.ml
tests/integration/cases/set_comments_unsorted_order/ocaml_combined.ml
tests/integration/cases/set_comments_unsorted_order/ocaml_varname.ml
tests/integration/cases/set_comments_unsorted_order/occam.occ
tests/integration/cases/set_comments_unsorted_order/occam_combined.occ
tests/integration/cases/set_comments_unsorted_order/occam_varname.occ
tests/integration/cases/set_comments_unsorted_order/perl.pl
tests/integration/cases/set_comments_unsorted_order/perl_combined.pl
tests/integration/cases/set_comments_unsorted_order/perl_varname.pl
tests/integration/cases/set_comments_unsorted_order/php.php
tests/integration/cases/set_comments_unsorted_order/php_combined.php
tests/integration/cases/set_comments_unsorted_order/php_varname.php
tests/integration/cases/set_comments_unsorted_order/powershell.ps1
tests/integration/cases/set_comments_unsorted_order/powershell_combined.ps1
tests/integration/cases/set_comments_unsorted_order/powershell_varname.ps1
tests/integration/cases/set_comments_unsorted_order/python.py
tests/integration/cases/set_comments_unsorted_order/python_combined.py
tests/integration/cases/set_comments_unsorted_order/python_varname.py
tests/integration/cases/set_comments_unsorted_order/r.R
tests/integration/cases/set_comments_unsorted_order/r_combined.R
tests/integration/cases/set_comments_unsorted_order/r_varname.R
tests/integration/cases/set_comments_unsorted_order/racket.rkt
tests/integration/cases/set_comments_unsorted_order/racket_combined.rkt
tests/integration/cases/set_comments_unsorted_order/racket_varname.rkt
tests/integration/cases/set_comments_unsorted_order/ruby.rb
tests/integration/cases/set_comments_unsorted_order/ruby_combined.rb
tests/integration/cases/set_comments_unsorted_order/ruby_varname.rb
tests/integration/cases/set_comments_unsorted_order/rust.rs
tests/integration/cases/set_comments_unsorted_order/rust_combined.rs
tests/integration/cases/set_comments_unsorted_order/rust_varname.rs
tests/integration/cases/set_comments_unsorted_order/scala.scala
tests/integration/cases/set_comments_unsorted_order/scala_combined.scala
tests/integration/cases/set_comments_unsorted_order/scala_varname.scala
tests/integration/cases/set_comments_unsorted_order/swift.swift
tests/integration/cases/set_comments_unsorted_order/swift_combined.swift
tests/integration/cases/set_comments_unsorted_order/swift_varname.swift
tests/integration/cases/set_comments_unsorted_order/toml.toml
tests/integration/cases/set_comments_unsorted_order/toml_combined.toml
tests/integration/cases/set_comments_unsorted_order/toml_varname.toml
tests/integration/cases/set_comments_unsorted_order/typescript.ts
tests/integration/cases/set_comments_unsorted_order/typescript_combined.ts
tests/integration/cases/set_comments_unsorted_order/typescript_varname.ts
tests/integration/cases/set_comments_unsorted_order/vb.vb
tests/integration/cases/set_comments_unsorted_order/vb_combined.vb
tests/integration/cases/set_comments_unsorted_order/vb_varname.vb
tests/integration/cases/set_comments_unsorted_order/yaml.yaml
tests/integration/cases/set_comments_unsorted_order/yaml_combined.yaml
tests/integration/cases/set_comments_unsorted_order/yaml_varname.yaml
tests/integration/cases/set_comments_unsorted_order/zig.zig
tests/integration/cases/set_comments_unsorted_order/zig_combined.zig
tests/integration/cases/set_comments_unsorted_order/zig_varname.zig
tests/integration/cases/simple_dict/ada.adb
tests/integration/cases/simple_dict/ada_combined.adb
tests/integration/cases/simple_dict/ada_varname.adb
tests/integration/cases/simple_dict/bash.sh
tests/integration/cases/simple_dict/bash_combined.sh
tests/integration/cases/simple_dict/bash_varname.sh
tests/integration/cases/simple_dict/c.c
tests/integration/cases/simple_dict/c_combined.c
tests/integration/cases/simple_dict/c_varname.c
tests/integration/cases/simple_dict/clojure.clj
tests/integration/cases/simple_dict/clojure_combined.clj
tests/integration/cases/simple_dict/clojure_varname.clj
tests/integration/cases/simple_dict/cobol.cob
tests/integration/cases/simple_dict/cobol_combined.cob
tests/integration/cases/simple_dict/cobol_varname.cob
tests/integration/cases/simple_dict/common_lisp.lisp
tests/integration/cases/simple_dict/common_lisp_combined.lisp
tests/integration/cases/simple_dict/common_lisp_varname.lisp
tests/integration/cases/simple_dict/cpp.cpp
tests/integration/cases/simple_dict/cpp_combined.cpp
tests/integration/cases/simple_dict/cpp_varname.cpp
tests/integration/cases/simple_dict/crystal.cr
tests/integration/cases/simple_dict/crystal_combined.cr
tests/integration/cases/simple_dict/crystal_varname.cr
tests/integration/cases/simple_dict/csharp.cs
tests/integration/cases/simple_dict/csharp_combined.cs
tests/integration/cases/simple_dict/csharp_varname.cs
tests/integration/cases/simple_dict/d.d
tests/integration/cases/simple_dict/d_combined.d
tests/integration/cases/simple_dict/d_varname.d
tests/integration/cases/simple_dict/dart.dart
tests/integration/cases/simple_dict/dart_combined.dart
tests/integration/cases/simple_dict/dart_varname.dart
tests/integration/cases/simple_dict/elixir.ex
tests/integration/cases/simple_dict/elixir_combined.ex
tests/integration/cases/simple_dict/elixir_varname.ex
tests/integration/cases/simple_dict/erlang.erl
tests/integration/cases/simple_dict/erlang_combined.erl
tests/integration/cases/simple_dict/erlang_varname.erl
tests/integration/cases/simple_dict/fsharp.fs
tests/integration/cases/simple_dict/fsharp_combined.fs
tests/integration/cases/simple_dict/fsharp_varname.fs
tests/integration/cases/simple_dict/go.go
tests/integration/cases/simple_dict/go_combined.go
tests/integration/cases/simple_dict/go_varname.go
tests/integration/cases/simple_dict/groovy.groovy
tests/integration/cases/simple_dict/groovy_combined.groovy
tests/integration/cases/simple_dict/groovy_varname.groovy
tests/integration/cases/simple_dict/haskell.hs
tests/integration/cases/simple_dict/haskell_combined.hs
tests/integration/cases/simple_dict/haskell_varname.hs
tests/integration/cases/simple_dict/hcl.hcl
tests/integration/cases/simple_dict/hcl_combined.hcl
tests/integration/cases/simple_dict/hcl_varname.hcl
tests/integration/cases/simple_dict/input.yaml
tests/integration/cases/simple_dict/java.java
tests/integration/cases/simple_dict/java_combined.java
tests/integration/cases/simple_dict/java_varname.java
tests/integration/cases/simple_dict/javascript.js
tests/integration/cases/simple_dict/javascript_combined.js
tests/integration/cases/simple_dict/javascript_varname.js
tests/integration/cases/simple_dict/julia.jl
tests/integration/cases/simple_dict/julia_combined.jl
tests/integration/cases/simple_dict/julia_varname.jl
tests/integration/cases/simple_dict/kotlin.kts
tests/integration/cases/simple_dict/kotlin_combined.kts
tests/integration/cases/simple_dict/kotlin_varname.kts
tests/integration/cases/simple_dict/lua.lua
tests/integration/cases/simple_dict/lua_combined.lua
tests/integration/cases/simple_dict/lua_varname.lua
tests/integration/cases/simple_dict/matlab.m
tests/integration/cases/simple_dict/matlab_combined.m
tests/integration/cases/simple_dict/matlab_varname.m
tests/integration/cases/simple_dict/mojo.mojo
tests/integration/cases/simple_dict/mojo_combined.mojo
tests/integration/cases/simple_dict/mojo_varname.mojo
tests/integration/cases/simple_dict/nim.nim
tests/integration/cases/simple_dict/nim_combined.nim
tests/integration/cases/simple_dict/nim_varname.nim
tests/integration/cases/simple_dict/ocaml.ml
tests/integration/cases/simple_dict/ocaml_combined.ml
tests/integration/cases/simple_dict/ocaml_varname.ml
tests/integration/cases/simple_dict/occam.occ
tests/integration/cases/simple_dict/occam_combined.occ
tests/integration/cases/simple_dict/occam_varname.occ
tests/integration/cases/simple_dict/perl.pl
tests/integration/cases/simple_dict/perl_combined.pl
tests/integration/cases/simple_dict/perl_varname.pl
tests/integration/cases/simple_dict/php.php
tests/integration/cases/simple_dict/php_combined.php
tests/integration/cases/simple_dict/php_varname.php
tests/integration/cases/simple_dict/powershell.ps1
tests/integration/cases/simple_dict/powershell_combined.ps1
tests/integration/cases/simple_dict/powershell_varname.ps1
tests/integration/cases/simple_dict/python.py
tests/integration/cases/simple_dict/python_combined.py
tests/integration/cases/simple_dict/python_varname.py
tests/integration/cases/simple_dict/r.R
tests/integration/cases/simple_dict/r_combined.R
tests/integration/cases/simple_dict/r_varname.R
tests/integration/cases/simple_dict/racket.rkt
tests/integration/cases/simple_dict/racket_combined.rkt
tests/integration/cases/simple_dict/racket_varname.rkt
tests/integration/cases/simple_dict/ruby.rb
tests/integration/cases/simple_dict/ruby_combined.rb
tests/integration/cases/simple_dict/ruby_varname.rb
tests/integration/cases/simple_dict/rust.rs
tests/integration/cases/simple_dict/rust_combined.rs
tests/integration/cases/simple_dict/rust_varname.rs
tests/integration/cases/simple_dict/scala.scala
tests/integration/cases/simple_dict/scala_combined.scala
tests/integration/cases/simple_dict/scala_varname.scala
tests/integration/cases/simple_dict/swift.swift
tests/integration/cases/simple_dict/swift_combined.swift
tests/integration/cases/simple_dict/swift_varname.swift
tests/integration/cases/simple_dict/toml.toml
tests/integration/cases/simple_dict/toml_combined.toml
tests/integration/cases/simple_dict/toml_varname.toml
tests/integration/cases/simple_dict/typescript.ts
tests/integration/cases/simple_dict/typescript_combined.ts
tests/integration/cases/simple_dict/typescript_varname.ts
tests/integration/cases/simple_dict/vb.vb
tests/integration/cases/simple_dict/vb_combined.vb
tests/integration/cases/simple_dict/vb_varname.vb
tests/integration/cases/simple_dict/yaml.yaml
tests/integration/cases/simple_dict/yaml_combined.yaml
tests/integration/cases/simple_dict/yaml_varname.yaml
tests/integration/cases/simple_dict/zig.zig
tests/integration/cases/simple_dict/zig_combined.zig
tests/integration/cases/simple_dict/zig_varname.zig
tests/integration/cases/simple_sequence/ada.adb
tests/integration/cases/simple_sequence/ada_combined.adb
tests/integration/cases/simple_sequence/ada_varname.adb
tests/integration/cases/simple_sequence/bash.sh
tests/integration/cases/simple_sequence/bash_combined.sh
tests/integration/cases/simple_sequence/bash_varname.sh
tests/integration/cases/simple_sequence/c.c
tests/integration/cases/simple_sequence/c_combined.c
tests/integration/cases/simple_sequence/c_varname.c
tests/integration/cases/simple_sequence/clojure.clj
tests/integration/cases/simple_sequence/clojure_combined.clj
tests/integration/cases/simple_sequence/clojure_varname.clj
tests/integration/cases/simple_sequence/cobol.cob
tests/integration/cases/simple_sequence/cobol_combined.cob
tests/integration/cases/simple_sequence/cobol_varname.cob
tests/integration/cases/simple_sequence/common_lisp.lisp
tests/integration/cases/simple_sequence/common_lisp_combined.lisp
tests/integration/cases/simple_sequence/common_lisp_varname.lisp
tests/integration/cases/simple_sequence/cpp.cpp
tests/integration/cases/simple_sequence/cpp_combined.cpp
tests/integration/cases/simple_sequence/cpp_varname.cpp
tests/integration/cases/simple_sequence/crystal.cr
tests/integration/cases/simple_sequence/crystal_combined.cr
tests/integration/cases/simple_sequence/crystal_tuple.cr
tests/integration/cases/simple_sequence/crystal_varname.cr
tests/integration/cases/simple_sequence/csharp.cs
tests/integration/cases/simple_sequence/csharp_combined.cs
tests/integration/cases/simple_sequence/csharp_varname.cs
tests/integration/cases/simple_sequence/d.d
tests/integration/cases/simple_sequence/d_combined.d
tests/integration/cases/simple_sequence/d_varname.d
tests/integration/cases/simple_sequence/dart.dart
tests/integration/cases/simple_sequence/dart_combined.dart
tests/integration/cases/simple_sequence/dart_varname.dart
tests/integration/cases/simple_sequence/elixir.ex
tests/integration/cases/simple_sequence/elixir_combined.ex
tests/integration/cases/simple_sequence/elixir_tuple.ex
tests/integration/cases/simple_sequence/elixir_varname.ex
tests/integration/cases/simple_sequence/erlang.erl
tests/integration/cases/simple_sequence/erlang_combined.erl
tests/integration/cases/simple_sequence/erlang_tuple.erl
tests/integration/cases/simple_sequence/erlang_varname.erl
tests/integration/cases/simple_sequence/fsharp.fs
tests/integration/cases/simple_sequence/fsharp_combined.fs
tests/integration/cases/simple_sequence/fsharp_varname.fs
tests/integration/cases/simple_sequence/go.go
tests/integration/cases/simple_sequence/go_combined.go
tests/integration/cases/simple_sequence/go_varname.go
tests/integration/cases/simple_sequence/groovy.groovy
tests/integration/cases/simple_sequence/groovy_combined.groovy
tests/integration/cases/simple_sequence/groovy_varname.groovy
tests/integration/cases/simple_sequence/haskell.hs
tests/integration/cases/simple_sequence/haskell_combined.hs
tests/integration/cases/simple_sequence/haskell_varname.hs
tests/integration/cases/simple_sequence/hcl.hcl
tests/integration/cases/simple_sequence/hcl_combined.hcl
tests/integration/cases/simple_sequence/hcl_varname.hcl
tests/integration/cases/simple_sequence/input.yaml
tests/integration/cases/simple_sequence/java.java
tests/integration/cases/simple_sequence/java_combined.java
tests/integration/cases/simple_sequence/java_varname.java
tests/integration/cases/simple_sequence/javascript.js
tests/integration/cases/simple_sequence/javascript_combined.js
tests/integration/cases/simple_sequence/javascript_varname.js
tests/integration/cases/simple_sequence/julia.jl
tests/integration/cases/simple_sequence/julia_combined.jl
tests/integration/cases/simple_sequence/julia_tuple.jl
tests/integration/cases/simple_sequence/julia_varname.jl
tests/integration/cases/simple_sequence/kotlin.kts
tests/integration/cases/simple_sequence/kotlin_combined.kts
tests/integration/cases/simple_sequence/kotlin_varname.kts
tests/integration/cases/simple_sequence/lua.lua
tests/integration/cases/simple_sequence/lua_combined.lua
tests/integration/cases/simple_sequence/lua_varname.lua
tests/integration/cases/simple_sequence/matlab.m
tests/integration/cases/simple_sequence/matlab_combined.m
tests/integration/cases/simple_sequence/matlab_varname.m
tests/integration/cases/simple_sequence/mojo.mojo
tests/integration/cases/simple_sequence/mojo_combined.mojo
tests/integration/cases/simple_sequence/mojo_varname.mojo
tests/integration/cases/simple_sequence/nim.nim
tests/integration/cases/simple_sequence/nim_combined.nim
tests/integration/cases/simple_sequence/nim_varname.nim
tests/integration/cases/simple_sequence/ocaml.ml
tests/integration/cases/simple_sequence/ocaml_combined.ml
tests/integration/cases/simple_sequence/ocaml_varname.ml
tests/integration/cases/simple_sequence/occam.occ
tests/integration/cases/simple_sequence/occam_combined.occ
tests/integration/cases/simple_sequence/occam_varname.occ
tests/integration/cases/simple_sequence/perl.pl
tests/integration/cases/simple_sequence/perl_combined.pl
tests/integration/cases/simple_sequence/perl_varname.pl
tests/integration/cases/simple_sequence/php.php
tests/integration/cases/simple_sequence/php_combined.php
tests/integration/cases/simple_sequence/php_varname.php
tests/integration/cases/simple_sequence/powershell.ps1
tests/integration/cases/simple_sequence/powershell_combined.ps1
tests/integration/cases/simple_sequence/powershell_varname.ps1
tests/integration/cases/simple_sequence/python.py
tests/integration/cases/simple_sequence/python_combined.py
tests/integration/cases/simple_sequence/python_list.py
tests/integration/cases/simple_sequence/python_varname.py
tests/integration/cases/simple_sequence/r.R
tests/integration/cases/simple_sequence/r_combined.R
tests/integration/cases/simple_sequence/r_varname.R
tests/integration/cases/simple_sequence/racket.rkt
tests/integration/cases/simple_sequence/racket_combined.rkt
tests/integration/cases/simple_sequence/racket_varname.rkt
tests/integration/cases/simple_sequence/ruby.rb
tests/integration/cases/simple_sequence/ruby_combined.rb
tests/integration/cases/simple_sequence/ruby_varname.rb
tests/integration/cases/simple_sequence/rust.rs
tests/integration/cases/simple_sequence/rust_combined.rs
tests/integration/cases/simple_sequence/rust_varname.rs
tests/integration/cases/simple_sequence/scala.scala
tests/integration/cases/simple_sequence/scala_combined.scala
tests/integration/cases/simple_sequence/scala_varname.scala
tests/integration/cases/simple_sequence/swift.swift
tests/integration/cases/simple_sequence/swift_combined.swift
tests/integration/cases/simple_sequence/swift_varname.swift
tests/integration/cases/simple_sequence/toml.toml
tests/integration/cases/simple_sequence/toml_combined.toml
tests/integration/cases/simple_sequence/toml_varname.toml
tests/integration/cases/simple_sequence/typescript.ts
tests/integration/cases/simple_sequence/typescript_combined.ts
tests/integration/cases/simple_sequence/typescript_varname.ts
tests/integration/cases/simple_sequence/vb.vb
tests/integration/cases/simple_sequence/vb_combined.vb
tests/integration/cases/simple_sequence/vb_varname.vb
tests/integration/cases/simple_sequence/yaml.yaml
tests/integration/cases/simple_sequence/yaml_combined.yaml
tests/integration/cases/simple_sequence/yaml_varname.yaml
tests/integration/cases/simple_sequence/zig.zig
tests/integration/cases/simple_sequence/zig_combined.zig
tests/integration/cases/simple_sequence/zig_varname.zig
tests/integration/cases/string_escaped_quotes_and_dashes/ada.adb
tests/integration/cases/string_escaped_quotes_and_dashes/ada_combined.adb
tests/integration/cases/string_escaped_quotes_and_dashes/ada_varname.adb
tests/integration/cases/string_escaped_quotes_and_dashes/bash.sh
tests/integration/cases/string_escaped_quotes_and_dashes/bash_combined.sh
tests/integration/cases/string_escaped_quotes_and_dashes/bash_varname.sh
tests/integration/cases/string_escaped_quotes_and_dashes/c.c
tests/integration/cases/string_escaped_quotes_and_dashes/c_combined.c
tests/integration/cases/string_escaped_quotes_and_dashes/c_varname.c
tests/integration/cases/string_escaped_quotes_and_dashes/clojure.clj
tests/integration/cases/string_escaped_quotes_and_dashes/clojure_combined.clj
tests/integration/cases/string_escaped_quotes_and_dashes/clojure_varname.clj
tests/integration/cases/string_escaped_quotes_and_dashes/cobol.cob
tests/integration/cases/string_escaped_quotes_and_dashes/cobol_combined.cob
tests/integration/cases/string_escaped_quotes_and_dashes/cobol_varname.cob
tests/integration/cases/string_escaped_quotes_and_dashes/common_lisp.lisp
tests/integration/cases/string_escaped_quotes_and_dashes/common_lisp_combined.lisp
tests/integration/cases/string_escaped_quotes_and_dashes/common_lisp_varname.lisp
tests/integration/cases/string_escaped_quotes_and_dashes/cpp.cpp
tests/integration/cases/string_escaped_quotes_and_dashes/cpp_combined.cpp
tests/integration/cases/string_escaped_quotes_and_dashes/cpp_varname.cpp
tests/integration/cases/string_escaped_quotes_and_dashes/crystal.cr
tests/integration/cases/string_escaped_quotes_and_dashes/crystal_combined.cr
tests/integration/cases/string_escaped_quotes_and_dashes/crystal_varname.cr
tests/integration/cases/string_escaped_quotes_and_dashes/csharp.cs
tests/integration/cases/string_escaped_quotes_and_dashes/csharp_combined.cs
tests/integration/cases/string_escaped_quotes_and_dashes/csharp_varname.cs
tests/integration/cases/string_escaped_quotes_and_dashes/d.d
tests/integration/cases/string_escaped_quotes_and_dashes/d_combined.d
tests/integration/cases/string_escaped_quotes_and_dashes/d_varname.d
tests/integration/cases/string_escaped_quotes_and_dashes/dart.dart
tests/integration/cases/string_escaped_quotes_and_dashes/dart_combined.dart
tests/integration/cases/string_escaped_quotes_and_dashes/dart_varname.dart
tests/integration/cases/string_escaped_quotes_and_dashes/elixir.ex
tests/integration/cases/string_escaped_quotes_and_dashes/elixir_combined.ex
tests/integration/cases/string_escaped_quotes_and_dashes/elixir_varname.ex
tests/integration/cases/string_escaped_quotes_and_dashes/erlang.erl
tests/integration/cases/string_escaped_quotes_and_dashes/erlang_combined.erl
tests/integration/cases/string_escaped_quotes_and_dashes/erlang_varname.erl
tests/integration/cases/string_escaped_quotes_and_dashes/fsharp.fs
tests/integration/cases/string_escaped_quotes_and_dashes/fsharp_combined.fs
tests/integration/cases/string_escaped_quotes_and_dashes/fsharp_varname.fs
tests/integration/cases/string_escaped_quotes_and_dashes/go.go
tests/integration/cases/string_escaped_quotes_and_dashes/go_combined.go
tests/integration/cases/string_escaped_quotes_and_dashes/go_varname.go
tests/integration/cases/string_escaped_quotes_and_dashes/groovy.groovy
tests/integration/cases/string_escaped_quotes_and_dashes/groovy_combined.groovy
tests/integration/cases/string_escaped_quotes_and_dashes/groovy_varname.groovy
tests/integration/cases/string_escaped_quotes_and_dashes/haskell.hs
tests/integration/cases/string_escaped_quotes_and_dashes/haskell_combined.hs
tests/integration/cases/string_escaped_quotes_and_dashes/haskell_varname.hs
tests/integration/cases/string_escaped_quotes_and_dashes/hcl.hcl
tests/integration/cases/string_escaped_quotes_and_dashes/hcl_combined.hcl
tests/integration/cases/string_escaped_quotes_and_dashes/hcl_varname.hcl
tests/integration/cases/string_escaped_quotes_and_dashes/input.yaml
tests/integration/cases/string_escaped_quotes_and_dashes/java.java
tests/integration/cases/string_escaped_quotes_and_dashes/java_combined.java
tests/integration/cases/string_escaped_quotes_and_dashes/java_varname.java
tests/integration/cases/string_escaped_quotes_and_dashes/javascript.js
tests/integration/cases/string_escaped_quotes_and_dashes/javascript_combined.js
tests/integration/cases/string_escaped_quotes_and_dashes/javascript_varname.js
tests/integration/cases/string_escaped_quotes_and_dashes/julia.jl
tests/integration/cases/string_escaped_quotes_and_dashes/julia_combined.jl
tests/integration/cases/string_escaped_quotes_and_dashes/julia_varname.jl
tests/integration/cases/string_escaped_quotes_and_dashes/kotlin.kts
tests/integration/cases/string_escaped_quotes_and_dashes/kotlin_combined.kts
tests/integration/cases/string_escaped_quotes_and_dashes/kotlin_varname.kts
tests/integration/cases/string_escaped_quotes_and_dashes/lua.lua
tests/integration/cases/string_escaped_quotes_and_dashes/lua_combined.lua
tests/integration/cases/string_escaped_quotes_and_dashes/lua_varname.lua
tests/integration/cases/string_escaped_quotes_and_dashes/matlab.m
tests/integration/cases/string_escaped_quotes_and_dashes/matlab_combined.m
tests/integration/cases/string_escaped_quotes_and_dashes/matlab_varname.m
tests/integration/cases/string_escaped_quotes_and_dashes/mojo.mojo
tests/integration/cases/string_escaped_quotes_and_dashes/mojo_combined.mojo
tests/integration/cases/string_escaped_quotes_and_dashes/mojo_varname.mojo
tests/integration/cases/string_escaped_quotes_and_dashes/nim.nim
tests/integration/cases/string_escaped_quotes_and_dashes/nim_combined.nim
tests/integration/cases/string_escaped_quotes_and_dashes/nim_varname.nim
tests/integration/cases/string_escaped_quotes_and_dashes/ocaml.ml
tests/integration/cases/string_escaped_quotes_and_dashes/ocaml_combined.ml
tests/integration/cases/string_escaped_quotes_and_dashes/ocaml_varname.ml
tests/integration/cases/string_escaped_quotes_and_dashes/occam.occ
tests/integration/cases/string_escaped_quotes_and_dashes/occam_combined.occ
tests/integration/cases/string_escaped_quotes_and_dashes/occam_varname.occ
tests/integration/cases/string_escaped_quotes_and_dashes/perl.pl
tests/integration/cases/string_escaped_quotes_and_dashes/perl_combined.pl
tests/integration/cases/string_escaped_quotes_and_dashes/perl_varname.pl
tests/integration/cases/string_escaped_quotes_and_dashes/php.php
tests/integration/cases/string_escaped_quotes_and_dashes/php_combined.php
tests/integration/cases/string_escaped_quotes_and_dashes/php_varname.php
tests/integration/cases/string_escaped_quotes_and_dashes/powershell.ps1
tests/integration/cases/string_escaped_quotes_and_dashes/powershell_combined.ps1
tests/integration/cases/string_escaped_quotes_and_dashes/powershell_varname.ps1
tests/integration/cases/string_escaped_quotes_and_dashes/python.py
tests/integration/cases/string_escaped_quotes_and_dashes/python_combined.py
tests/integration/cases/string_escaped_quotes_and_dashes/python_varname.py
tests/integration/cases/string_escaped_quotes_and_dashes/r.R
tests/integration/cases/string_escaped_quotes_and_dashes/r_combined.R
tests/integration/cases/string_escaped_quotes_and_dashes/r_varname.R
tests/integration/cases/string_escaped_quotes_and_dashes/racket.rkt
tests/integration/cases/string_escaped_quotes_and_dashes/racket_combined.rkt
tests/integration/cases/string_escaped_quotes_and_dashes/racket_varname.rkt
tests/integration/cases/string_escaped_quotes_and_dashes/ruby.rb
tests/integration/cases/string_escaped_quotes_and_dashes/ruby_combined.rb
tests/integration/cases/string_escaped_quotes_and_dashes/ruby_varname.rb
tests/integration/cases/string_escaped_quotes_and_dashes/rust.rs
tests/integration/cases/string_escaped_quotes_and_dashes/rust_combined.rs
tests/integration/cases/string_escaped_quotes_and_dashes/rust_varname.rs
tests/integration/cases/string_escaped_quotes_and_dashes/scala.scala
tests/integration/cases/string_escaped_quotes_and_dashes/scala_combined.scala
tests/integration/cases/string_escaped_quotes_and_dashes/scala_varname.scala
tests/integration/cases/string_escaped_quotes_and_dashes/swift.swift
tests/integration/cases/string_escaped_quotes_and_dashes/swift_combined.swift
tests/integration/cases/string_escaped_quotes_and_dashes/swift_varname.swift
tests/integration/cases/string_escaped_quotes_and_dashes/toml.toml
tests/integration/cases/string_escaped_quotes_and_dashes/toml_combined.toml
tests/integration/cases/string_escaped_quotes_and_dashes/toml_varname.toml
tests/integration/cases/string_escaped_quotes_and_dashes/typescript.ts
tests/integration/cases/string_escaped_quotes_and_dashes/typescript_combined.ts
tests/integration/cases/string_escaped_quotes_and_dashes/typescript_varname.ts
tests/integration/cases/string_escaped_quotes_and_dashes/vb.vb
tests/integration/cases/string_escaped_quotes_and_dashes/vb_combined.vb
tests/integration/cases/string_escaped_quotes_and_dashes/vb_varname.vb
tests/integration/cases/string_escaped_quotes_and_dashes/yaml.yaml
tests/integration/cases/string_escaped_quotes_and_dashes/yaml_combined.yaml
tests/integration/cases/string_escaped_quotes_and_dashes/yaml_varname.yaml
tests/integration/cases/string_escaped_quotes_and_dashes/zig.zig
tests/integration/cases/string_escaped_quotes_and_dashes/zig_combined.zig
tests/integration/cases/string_escaped_quotes_and_dashes/zig_varname.zig
tests/integration/cases/string_list/ada.adb
tests/integration/cases/string_list/ada_combined.adb
tests/integration/cases/string_list/ada_varname.adb
tests/integration/cases/string_list/bash.sh
tests/integration/cases/string_list/bash_combined.sh
tests/integration/cases/string_list/bash_varname.sh
tests/integration/cases/string_list/c.c
tests/integration/cases/string_list/c_combined.c
tests/integration/cases/string_list/c_varname.c
tests/integration/cases/string_list/clojure.clj
tests/integration/cases/string_list/clojure_combined.clj
tests/integration/cases/string_list/clojure_varname.clj
tests/integration/cases/string_list/cobol.cob
tests/integration/cases/string_list/cobol_combined.cob
tests/integration/cases/string_list/cobol_varname.cob
tests/integration/cases/string_list/common_lisp.lisp
tests/integration/cases/string_list/common_lisp_combined.lisp
tests/integration/cases/string_list/common_lisp_varname.lisp
tests/integration/cases/string_list/cpp.cpp
tests/integration/cases/string_list/cpp_combined.cpp
tests/integration/cases/string_list/cpp_varname.cpp
tests/integration/cases/string_list/crystal.cr
tests/integration/cases/string_list/crystal_combined.cr
tests/integration/cases/string_list/crystal_varname.cr
tests/integration/cases/string_list/csharp.cs
tests/integration/cases/string_list/csharp_combined.cs
tests/integration/cases/string_list/csharp_varname.cs
tests/integration/cases/string_list/d.d
tests/integration/cases/string_list/d_combined.d
tests/integration/cases/string_list/d_varname.d
tests/integration/cases/string_list/dart.dart
tests/integration/cases/string_list/dart_combined.dart
tests/integration/cases/string_list/dart_varname.dart
tests/integration/cases/string_list/elixir.ex
tests/integration/cases/string_list/elixir_combined.ex
tests/integration/cases/string_list/elixir_varname.ex
tests/integration/cases/string_list/erlang.erl
tests/integration/cases/string_list/erlang_combined.erl
tests/integration/cases/string_list/erlang_varname.erl
tests/integration/cases/string_list/fsharp.fs
tests/integration/cases/string_list/fsharp_combined.fs
tests/integration/cases/string_list/fsharp_varname.fs
tests/integration/cases/string_list/go.go
tests/integration/cases/string_list/go_combined.go
tests/integration/cases/string_list/go_varname.go
tests/integration/cases/string_list/groovy.groovy
tests/integration/cases/string_list/groovy_combined.groovy
tests/integration/cases/string_list/groovy_varname.groovy
tests/integration/cases/string_list/haskell.hs
tests/integration/cases/string_list/haskell_combined.hs
tests/integration/cases/string_list/haskell_varname.hs
tests/integration/cases/string_list/hcl.hcl
tests/integration/cases/string_list/hcl_combined.hcl
tests/integration/cases/string_list/hcl_varname.hcl
tests/integration/cases/string_list/input.yaml
tests/integration/cases/string_list/java.java
tests/integration/cases/string_list/java_combined.java
tests/integration/cases/string_list/java_varname.java
tests/integration/cases/string_list/javascript.js
tests/integration/cases/string_list/javascript_combined.js
tests/integration/cases/string_list/javascript_varname.js
tests/integration/cases/string_list/julia.jl
tests/integration/cases/string_list/julia_combined.jl
tests/integration/cases/string_list/julia_varname.jl
tests/integration/cases/string_list/kotlin.kts
tests/integration/cases/string_list/kotlin_combined.kts
tests/integration/cases/string_list/kotlin_varname.kts
tests/integration/cases/string_list/lua.lua
tests/integration/cases/string_list/lua_combined.lua
tests/integration/cases/string_list/lua_varname.lua
tests/integration/cases/string_list/matlab.m
tests/integration/cases/string_list/matlab_combined.m
tests/integration/cases/string_list/matlab_varname.m
tests/integration/cases/string_list/mojo.mojo
tests/integration/cases/string_list/mojo_combined.mojo
tests/integration/cases/string_list/mojo_varname.mojo
tests/integration/cases/string_list/nim.nim
tests/integration/cases/string_list/nim_combined.nim
tests/integration/cases/string_list/nim_varname.nim
tests/integration/cases/string_list/ocaml.ml
tests/integration/cases/string_list/ocaml_combined.ml
tests/integration/cases/string_list/ocaml_varname.ml
tests/integration/cases/string_list/occam.occ
tests/integration/cases/string_list/occam_combined.occ
tests/integration/cases/string_list/occam_varname.occ
tests/integration/cases/string_list/perl.pl
tests/integration/cases/string_list/perl_combined.pl
tests/integration/cases/string_list/perl_varname.pl
tests/integration/cases/string_list/php.php
tests/integration/cases/string_list/php_combined.php
tests/integration/cases/string_list/php_varname.php
tests/integration/cases/string_list/powershell.ps1
tests/integration/cases/string_list/powershell_combined.ps1
tests/integration/cases/string_list/powershell_varname.ps1
tests/integration/cases/string_list/python.py
tests/integration/cases/string_list/python_combined.py
tests/integration/cases/string_list/python_varname.py
tests/integration/cases/string_list/r.R
tests/integration/cases/string_list/r_combined.R
tests/integration/cases/string_list/r_varname.R
tests/integration/cases/string_list/racket.rkt
tests/integration/cases/string_list/racket_combined.rkt
tests/integration/cases/string_list/racket_varname.rkt
tests/integration/cases/string_list/ruby.rb
tests/integration/cases/string_list/ruby_combined.rb
tests/integration/cases/string_list/ruby_varname.rb
tests/integration/cases/string_list/rust.rs
tests/integration/cases/string_list/rust_combined.rs
tests/integration/cases/string_list/rust_varname.rs
tests/integration/cases/string_list/scala.scala
tests/integration/cases/string_list/scala_combined.scala
tests/integration/cases/string_list/scala_varname.scala
tests/integration/cases/string_list/swift.swift
tests/integration/cases/string_list/swift_combined.swift
tests/integration/cases/string_list/swift_varname.swift
tests/integration/cases/string_list/toml.toml
tests/integration/cases/string_list/toml_combined.toml
tests/integration/cases/string_list/toml_varname.toml
tests/integration/cases/string_list/typescript.ts
tests/integration/cases/string_list/typescript_combined.ts
tests/integration/cases/string_list/typescript_varname.ts
tests/integration/cases/string_list/vb.vb
tests/integration/cases/string_list/vb_combined.vb
tests/integration/cases/string_list/vb_varname.vb
tests/integration/cases/string_list/yaml.yaml
tests/integration/cases/string_list/yaml_combined.yaml
tests/integration/cases/string_list/yaml_varname.yaml
tests/integration/cases/string_list/zig.zig
tests/integration/cases/string_list/zig_combined.zig
tests/integration/cases/string_list/zig_varname.zig
tests/integration/cases/string_with_backslash/ada.adb
tests/integration/cases/string_with_backslash/ada_combined.adb
tests/integration/cases/string_with_backslash/ada_varname.adb
tests/integration/cases/string_with_backslash/bash.sh
tests/integration/cases/string_with_backslash/bash_combined.sh
tests/integration/cases/string_with_backslash/bash_varname.sh
tests/integration/cases/string_with_backslash/c.c
tests/integration/cases/string_with_backslash/c_combined.c
tests/integration/cases/string_with_backslash/c_varname.c
tests/integration/cases/string_with_backslash/clojure.clj
tests/integration/cases/string_with_backslash/clojure_combined.clj
tests/integration/cases/string_with_backslash/clojure_varname.clj
tests/integration/cases/string_with_backslash/cobol.cob
tests/integration/cases/string_with_backslash/cobol_combined.cob
tests/integration/cases/string_with_backslash/cobol_varname.cob
tests/integration/cases/string_with_backslash/common_lisp.lisp
tests/integration/cases/string_with_backslash/common_lisp_combined.lisp
tests/integration/cases/string_with_backslash/common_lisp_varname.lisp
tests/integration/cases/string_with_backslash/cpp.cpp
tests/integration/cases/string_with_backslash/cpp_combined.cpp
tests/integration/cases/string_with_backslash/cpp_varname.cpp
tests/integration/cases/string_with_backslash/crystal.cr
tests/integration/cases/string_with_backslash/crystal_combined.cr
tests/integration/cases/string_with_backslash/crystal_varname.cr
tests/integration/cases/string_with_backslash/csharp.cs
tests/integration/cases/string_with_backslash/csharp_combined.cs
tests/integration/cases/string_with_backslash/csharp_varname.cs
tests/integration/cases/string_with_backslash/d.d
tests/integration/cases/string_with_backslash/d_combined.d
tests/integration/cases/string_with_backslash/d_varname.d
tests/integration/cases/string_with_backslash/dart.dart
tests/integration/cases/string_with_backslash/dart_combined.dart
tests/integration/cases/string_with_backslash/dart_varname.dart
tests/integration/cases/string_with_backslash/elixir.ex
tests/integration/cases/string_with_backslash/elixir_combined.ex
tests/integration/cases/string_with_backslash/elixir_varname.ex
tests/integration/cases/string_with_backslash/erlang.erl
tests/integration/cases/string_with_backslash/erlang_combined.erl
tests/integration/cases/string_with_backslash/erlang_varname.erl
tests/integration/cases/string_with_backslash/fsharp.fs
tests/integration/cases/string_with_backslash/fsharp_combined.fs
tests/integration/cases/string_with_backslash/fsharp_varname.fs
tests/integration/cases/string_with_backslash/go.go
tests/integration/cases/string_with_backslash/go_combined.go
tests/integration/cases/string_with_backslash/go_varname.go
tests/integration/cases/string_with_backslash/groovy.groovy
tests/integration/cases/string_with_backslash/groovy_combined.groovy
tests/integration/cases/string_with_backslash/groovy_varname.groovy
tests/integration/cases/string_with_backslash/haskell.hs
tests/integration/cases/string_with_backslash/haskell_combined.hs
tests/integration/cases/string_with_backslash/haskell_varname.hs
tests/integration/cases/string_with_backslash/hcl.hcl
tests/integration/cases/string_with_backslash/hcl_combined.hcl
tests/integration/cases/string_with_backslash/hcl_varname.hcl
tests/integration/cases/string_with_backslash/input.yaml
tests/integration/cases/string_with_backslash/java.java
tests/integration/cases/string_with_backslash/java_combined.java
tests/integration/cases/string_with_backslash/java_varname.java
tests/integration/cases/string_with_backslash/javascript.js
tests/integration/cases/string_with_backslash/javascript_combined.js
tests/integration/cases/string_with_backslash/javascript_varname.js
tests/integration/cases/string_with_backslash/julia.jl
tests/integration/cases/string_with_backslash/julia_combined.jl
tests/integration/cases/string_with_backslash/julia_varname.jl
tests/integration/cases/string_with_backslash/kotlin.kts
tests/integration/cases/string_with_backslash/kotlin_combined.kts
tests/integration/cases/string_with_backslash/kotlin_varname.kts
tests/integration/cases/string_with_backslash/lua.lua
tests/integration/cases/string_with_backslash/lua_combined.lua
tests/integration/cases/string_with_backslash/lua_varname.lua
tests/integration/cases/string_with_backslash/matlab.m
tests/integration/cases/string_with_backslash/matlab_combined.m
tests/integration/cases/string_with_backslash/matlab_varname.m
tests/integration/cases/string_with_backslash/mojo.mojo
tests/integration/cases/string_with_backslash/mojo_combined.mojo
tests/integration/cases/string_with_backslash/mojo_varname.mojo
tests/integration/cases/string_with_backslash/nim.nim
tests/integration/cases/string_with_backslash/nim_combined.nim
tests/integration/cases/string_with_backslash/nim_varname.nim
tests/integration/cases/string_with_backslash/ocaml.ml
tests/integration/cases/string_with_backslash/ocaml_combined.ml
tests/integration/cases/string_with_backslash/ocaml_varname.ml
tests/integration/cases/string_with_backslash/occam.occ
tests/integration/cases/string_with_backslash/occam_combined.occ
tests/integration/cases/string_with_backslash/occam_varname.occ
tests/integration/cases/string_with_backslash/perl.pl
tests/integration/cases/string_with_backslash/perl_combined.pl
tests/integration/cases/string_with_backslash/perl_varname.pl
tests/integration/cases/string_with_backslash/php.php
tests/integration/cases/string_with_backslash/php_combined.php
tests/integration/cases/string_with_backslash/php_varname.php
tests/integration/cases/string_with_backslash/powershell.ps1
tests/integration/cases/string_with_backslash/powershell_combined.ps1
tests/integration/cases/string_with_backslash/powershell_varname.ps1
tests/integration/cases/string_with_backslash/python.py
tests/integration/cases/string_with_backslash/python_combined.py
tests/integration/cases/string_with_backslash/python_varname.py
tests/integration/cases/string_with_backslash/r.R
tests/integration/cases/string_with_backslash/r_combined.R
tests/integration/cases/string_with_backslash/r_varname.R
tests/integration/cases/string_with_backslash/racket.rkt
tests/integration/cases/string_with_backslash/racket_combined.rkt
tests/integration/cases/string_with_backslash/racket_varname.rkt
tests/integration/cases/string_with_backslash/ruby.rb
tests/integration/cases/string_with_backslash/ruby_combined.rb
tests/integration/cases/string_with_backslash/ruby_varname.rb
tests/integration/cases/string_with_backslash/rust.rs
tests/integration/cases/string_with_backslash/rust_combined.rs
tests/integration/cases/string_with_backslash/rust_varname.rs
tests/integration/cases/string_with_backslash/scala.scala
tests/integration/cases/string_with_backslash/scala_combined.scala
tests/integration/cases/string_with_backslash/scala_varname.scala
tests/integration/cases/string_with_backslash/swift.swift
tests/integration/cases/string_with_backslash/swift_combined.swift
tests/integration/cases/string_with_backslash/swift_varname.swift
tests/integration/cases/string_with_backslash/toml.toml
tests/integration/cases/string_with_backslash/toml_combined.toml
tests/integration/cases/string_with_backslash/toml_varname.toml
tests/integration/cases/string_with_backslash/typescript.ts
tests/integration/cases/string_with_backslash/typescript_combined.ts
tests/integration/cases/string_with_backslash/typescript_varname.ts
tests/integration/cases/string_with_backslash/vb.vb
tests/integration/cases/string_with_backslash/vb_combined.vb
tests/integration/cases/string_with_backslash/vb_varname.vb
tests/integration/cases/string_with_backslash/yaml.yaml
tests/integration/cases/string_with_backslash/yaml_combined.yaml
tests/integration/cases/string_with_backslash/yaml_varname.yaml
tests/integration/cases/string_with_backslash/zig.zig
tests/integration/cases/string_with_backslash/zig_combined.zig
tests/integration/cases/string_with_backslash/zig_varname.zig
tests/integration/cases/string_with_dollar/ada.adb
tests/integration/cases/string_with_dollar/ada_combined.adb
tests/integration/cases/string_with_dollar/ada_varname.adb
tests/integration/cases/string_with_dollar/bash.sh
tests/integration/cases/string_with_dollar/bash_combined.sh
tests/integration/cases/string_with_dollar/bash_varname.sh
tests/integration/cases/string_with_dollar/c.c
tests/integration/cases/string_with_dollar/c_combined.c
tests/integration/cases/string_with_dollar/c_varname.c
tests/integration/cases/string_with_dollar/clojure.clj
tests/integration/cases/string_with_dollar/clojure_combined.clj
tests/integration/cases/string_with_dollar/clojure_varname.clj
tests/integration/cases/string_with_dollar/cobol.cob
tests/integration/cases/string_with_dollar/cobol_combined.cob
tests/integration/cases/string_with_dollar/cobol_varname.cob
tests/integration/cases/string_with_dollar/common_lisp.lisp
tests/integration/cases/string_with_dollar/common_lisp_combined.lisp
tests/integration/cases/string_with_dollar/common_lisp_varname.lisp
tests/integration/cases/string_with_dollar/cpp.cpp
tests/integration/cases/string_with_dollar/cpp_combined.cpp
tests/integration/cases/string_with_dollar/cpp_varname.cpp
tests/integration/cases/string_with_dollar/crystal.cr
tests/integration/cases/string_with_dollar/crystal_combined.cr
tests/integration/cases/string_with_dollar/crystal_varname.cr
tests/integration/cases/string_with_dollar/csharp.cs
tests/integration/cases/string_with_dollar/csharp_combined.cs
tests/integration/cases/string_with_dollar/csharp_varname.cs
tests/integration/cases/string_with_dollar/d.d
tests/integration/cases/string_with_dollar/d_combined.d
tests/integration/cases/string_with_dollar/d_varname.d
tests/integration/cases/string_with_dollar/dart.dart
tests/integration/cases/string_with_dollar/dart_combined.dart
tests/integration/cases/string_with_dollar/dart_varname.dart
tests/integration/cases/string_with_dollar/elixir.ex
tests/integration/cases/string_with_dollar/elixir_combined.ex
tests/integration/cases/string_with_dollar/elixir_varname.ex
tests/integration/cases/string_with_dollar/erlang.erl
tests/integration/cases/string_with_dollar/erlang_combined.erl
tests/integration/cases/string_with_dollar/erlang_varname.erl
tests/integration/cases/string_with_dollar/fsharp.fs
tests/integration/cases/string_with_dollar/fsharp_combined.fs
tests/integration/cases/string_with_dollar/fsharp_varname.fs
tests/integration/cases/string_with_dollar/go.go
tests/integration/cases/string_with_dollar/go_combined.go
tests/integration/cases/string_with_dollar/go_varname.go
tests/integration/cases/string_with_dollar/groovy.groovy
tests/integration/cases/string_with_dollar/groovy_combined.groovy
tests/integration/cases/string_with_dollar/groovy_varname.groovy
tests/integration/cases/string_with_dollar/haskell.hs
tests/integration/cases/string_with_dollar/haskell_combined.hs
tests/integration/cases/string_with_dollar/haskell_varname.hs
tests/integration/cases/string_with_dollar/hcl.hcl
tests/integration/cases/string_with_dollar/hcl_combined.hcl
tests/integration/cases/string_with_dollar/hcl_varname.hcl
tests/integration/cases/string_with_dollar/input.yaml
tests/integration/cases/string_with_dollar/java.java
tests/integration/cases/string_with_dollar/java_combined.java
tests/integration/cases/string_with_dollar/java_varname.java
tests/integration/cases/string_with_dollar/javascript.js
tests/integration/cases/string_with_dollar/javascript_combined.js
tests/integration/cases/string_with_dollar/javascript_varname.js
tests/integration/cases/string_with_dollar/julia.jl
tests/integration/cases/string_with_dollar/julia_combined.jl
tests/integration/cases/string_with_dollar/julia_varname.jl
tests/integration/cases/string_with_dollar/kotlin.kts
tests/integration/cases/string_with_dollar/kotlin_combined.kts
tests/integration/cases/string_with_dollar/kotlin_varname.kts
tests/integration/cases/string_with_dollar/lua.lua
tests/integration/cases/string_with_dollar/lua_combined.lua
tests/integration/cases/string_with_dollar/lua_varname.lua
tests/integration/cases/string_with_dollar/matlab.m
tests/integration/cases/string_with_dollar/matlab_combined.m
tests/integration/cases/string_with_dollar/matlab_varname.m
tests/integration/cases/string_with_dollar/mojo.mojo
tests/integration/cases/string_with_dollar/mojo_combined.mojo
tests/integration/cases/string_with_dollar/mojo_varname.mojo
tests/integration/cases/string_with_dollar/nim.nim
tests/integration/cases/string_with_dollar/nim_combined.nim
tests/integration/cases/string_with_dollar/nim_varname.nim
tests/integration/cases/string_with_dollar/ocaml.ml
tests/integration/cases/string_with_dollar/ocaml_combined.ml
tests/integration/cases/string_with_dollar/ocaml_varname.ml
tests/integration/cases/string_with_dollar/occam.occ
tests/integration/cases/string_with_dollar/occam_combined.occ
tests/integration/cases/string_with_dollar/occam_varname.occ
tests/integration/cases/string_with_dollar/perl.pl
tests/integration/cases/string_with_dollar/perl_combined.pl
tests/integration/cases/string_with_dollar/perl_varname.pl
tests/integration/cases/string_with_dollar/php.php
tests/integration/cases/string_with_dollar/php_combined.php
tests/integration/cases/string_with_dollar/php_varname.php
tests/integration/cases/string_with_dollar/powershell.ps1
tests/integration/cases/string_with_dollar/powershell_combined.ps1
tests/integration/cases/string_with_dollar/powershell_varname.ps1
tests/integration/cases/string_with_dollar/python.py
tests/integration/cases/string_with_dollar/python_combined.py
tests/integration/cases/string_with_dollar/python_varname.py
tests/integration/cases/string_with_dollar/r.R
tests/integration/cases/string_with_dollar/r_combined.R
tests/integration/cases/string_with_dollar/r_varname.R
tests/integration/cases/string_with_dollar/racket.rkt
tests/integration/cases/string_with_dollar/racket_combined.rkt
tests/integration/cases/string_with_dollar/racket_varname.rkt
tests/integration/cases/string_with_dollar/ruby.rb
tests/integration/cases/string_with_dollar/ruby_combined.rb
tests/integration/cases/string_with_dollar/ruby_varname.rb
tests/integration/cases/string_with_dollar/rust.rs
tests/integration/cases/string_with_dollar/rust_combined.rs
tests/integration/cases/string_with_dollar/rust_varname.rs
tests/integration/cases/string_with_dollar/scala.scala
tests/integration/cases/string_with_dollar/scala_combined.scala
tests/integration/cases/string_with_dollar/scala_varname.scala
tests/integration/cases/string_with_dollar/swift.swift
tests/integration/cases/string_with_dollar/swift_combined.swift
tests/integration/cases/string_with_dollar/swift_varname.swift
tests/integration/cases/string_with_dollar/toml.toml
tests/integration/cases/string_with_dollar/toml_combined.toml
tests/integration/cases/string_with_dollar/toml_varname.toml
tests/integration/cases/string_with_dollar/typescript.ts
tests/integration/cases/string_with_dollar/typescript_combined.ts
tests/integration/cases/string_with_dollar/typescript_varname.ts
tests/integration/cases/string_with_dollar/vb.vb
tests/integration/cases/string_with_dollar/vb_combined.vb
tests/integration/cases/string_with_dollar/vb_varname.vb
tests/integration/cases/string_with_dollar/yaml.yaml
tests/integration/cases/string_with_dollar/yaml_combined.yaml
tests/integration/cases/string_with_dollar/yaml_varname.yaml
tests/integration/cases/string_with_dollar/zig.zig
tests/integration/cases/string_with_dollar/zig_combined.zig
tests/integration/cases/string_with_dollar/zig_varname.zig