diff options
author | Nadrieril | 2020-03-11 17:26:09 +0000 |
---|---|---|
committer | Nadrieril | 2020-03-11 17:26:09 +0000 |
commit | 66972b05e5996132a83332ef0c6879c3a1679dc7 (patch) | |
tree | a6c148a6513063b14a1aebe53dd4a0cc927ecb3a /tests_buffer | |
parent | 65e8aa46344b9dc32c3ad776856791d18cc616c3 (diff) |
Implement record puns
Diffstat (limited to 'tests_buffer')
-rw-r--r-- | tests_buffer | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/tests_buffer b/tests_buffer index de49f25..74e76bc 100644 --- a/tests_buffer +++ b/tests_buffer @@ -3,18 +3,20 @@ parser: ./"a%20b" text interpolation and escapes projection by expression unit tests -fix fakeurlencode test +x.({ a : Bool, b }) +x.({ a }) +x.{ a : Bool } s/QuotedVariable/VariableQuoted/ -binary decoding: -decode old-style optional literals ? - import: failure/ don't recover cycle don't resolve symlinks in canonicalizing normalization: +move builtins and operators in their own folder ? +RecordSortFields { b = 1, a = 0 } +RecordTypeSortFields { b : Bool, a : Natural } type-inference: something that involves destructuring a recordtype after merge |