This commit is contained in:
2023-07-14 13:57:12 -03:00
parent 91a8c57966
commit d55a1c6bad
2 changed files with 1 additions and 3 deletions

View File

@@ -60,7 +60,6 @@ module Shortcodes
def parse(input : String)
r = LibShortcodes.parse(input.to_unsafe, input.bytesize)
result = Result.new
p! r.sccount
(0...r.sccount).each do |i|
sc = r.shortcodes[i]