mirror of
https://github.com/hi-language/transpiler.git
synced 2026-01-14 00:28:05 +00:00
Feat: Add failing test for block declarations
This commit is contained in:
8
test/src/declarations.hi
Normal file
8
test/src/declarations.hi
Normal file
@@ -0,0 +1,8 @@
|
||||
// This test will fail with the current regex transpiler
|
||||
// because it does not handle multi-line constructs.
|
||||
|
||||
config: {
|
||||
version: "0.1"
|
||||
}
|
||||
|
||||
_(config.version)
|
||||
Reference in New Issue
Block a user