You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`examples/` - Example adapters (`liquid_ruby.rb`, `liquid_ruby_lax.rb`, `liquid_ruby_shopify.rb`, `json_rpc_ruby_liquid.rb`, JIT variants); liquid-c examples are legacy explicit opt-ins and are excluded from defaults
335
335
-`lib/liquid/spec/cli/` - CLI implementation
336
336
-`specs/basics/` - Curated beginner ramp specs
337
337
-`specs/liquid_ruby/` - Core Liquid specs from Shopify/liquid
A single-adapter profile directory contains four dumps:
@@ -639,7 +639,7 @@ Complexity: 20
639
639
Saved to: /tmp/liquid-spec-2026-01-02.yml
640
640
```
641
641
642
-
When using `--compare` (the default), the `expected` field can be omitted - it will be filled from the reference implementation. If your implementation differs from the reference, you'll see a prominent message encouraging you to contribute the spec.
642
+
When using `--compare`, the `expected` field can be omitted—it will be filled from the reference implementation. If your implementation differs from the reference, you'll see a prominent message encouraging you to contribute the spec.
643
643
644
644
Specs are automatically saved to `/tmp/liquid-spec-{date}.yml` for easy contribution back to liquid-spec.
645
645
@@ -684,7 +684,7 @@ See the `examples/` directory:
684
684
-**`liquid_ruby_lax.rb`** - Shopify/liquid configured for lax-mode compatibility specs
0 commit comments