It builds again, test fails

This commit is contained in:
2023-07-14 13:49:43 -03:00
parent ca9ef0d4f7
commit 8b8783f0f2
4 changed files with 6 additions and 237 deletions

View File

@ -58,9 +58,7 @@ module Shortcodes
end
def parse(input : String)
p! 111
r = LibShortcodes.parse(input.to_unsafe, input.bytesize)
p! 222
result = Result.new
r.shortcodes.each_with_index.map do |sc, i|
@ -80,6 +78,6 @@ module Shortcodes
args,
)
end
r
result
end
end