Skip to content

Commit

Permalink
ftd.json covering more scenarios in test
Browse files Browse the repository at this point in the history
  • Loading branch information
amitu committed Feb 1, 2025
1 parent 2ef69b7 commit cf57a4a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion ftd/t/js/99-ftd-json.ftd
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
-- integer x: 20

-- record foo:
integer x:
string y:
boolean z:

-- foo f:
x: $x
y: hello
z: false

-- ftd.json:
yo-data: $x
f: $f
name: Bob
age: $x
inline: 12
bool: false
2 changes: 1 addition & 1 deletion ftd/t/js/99-ftd-json.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cf57a4a

Please sign in to comment.