mirror of
https://gitea.invidious.io/iv-org/shard-kilt.git
synced 2024-08-15 00:43:15 +00:00
8 lines
No EOL
137 B
Crystal
8 lines
No EOL
137 B
Crystal
require "spec"
|
|
require "../src/kilt"
|
|
|
|
module Raw
|
|
macro embed(filename, io)
|
|
{{ io.id }} << {{`cat #{filename}`.stringify}}
|
|
end
|
|
end |