4 lines
101 B
Makefile
4 lines
101 B
Makefile
check:
|
|
fennelrepl ./test.fnl '{{' '}}' < example.ini > output
|
|
diff -u output example.ini.expected
|