Files
modeling-app/rust/kcl-lib/tests/array_range_negative_expr/unparsed.snap
Nick Cameron aca5fdb521 Remove some deprecated functions from std (#6531)
Signed-off-by: Nick Cameron <nrc@ncameron.org>
2025-04-28 20:24:18 -04:00

7 lines
187 B
Plaintext

---
source: kcl-lib/src/simulation_tests.rs
description: Result of unparsing array_range_negative_expr.kcl
---
xs = [-5 .. 5]
assert(xs[0], isEqualTo = -5, error = "first element is -5")