diff options
Diffstat (limited to '')
| -rw-r--r-- | spec/inputs/export_mixed.yue | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/spec/inputs/export_mixed.yue b/spec/inputs/export_mixed.yue new file mode 100644 index 0000000..5adfdd7 --- /dev/null +++ b/spec/inputs/export_mixed.yue | |||
| @@ -0,0 +1,3 @@ | |||
| 1 | export answer = 42 | ||
| 2 | export foo = -> "bar" | ||
| 3 | export baz = "baz" | ||
