mirror of
https://gitea.invidious.io/iv-org/shard-kilt.git
synced 2024-08-15 00:43:15 +00:00
9 lines
No EOL
157 B
Crystal
9 lines
No EOL
157 B
Crystal
require "spec"
|
|
require "../src/kilt"
|
|
require "slang"
|
|
|
|
macro render_file(filename)
|
|
String.build do |__io__|
|
|
Kilt.embed({{filename}}, "__io__")
|
|
end
|
|
end |