Skip to content

Commit d78ea63

Browse files
committed
remove comments
1 parent c9af4df commit d78ea63

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

test/nimble_parsec_test.exs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -312,8 +312,6 @@ defmodule NimbleParsecTest do
312312
end
313313
end
314314

315-
# An empty range may match a newline, so the combinators above keep line
316-
# tracking. These restrict the range so the string is scanned as a slice.
317315
describe "utf8_string/2 combinator with min/max over a newline-free range" do
318316
defparsecp :min_sliced_utf8_string, utf8_string([?a..?z, ..], min: 2)
319317
defparsecp :max_sliced_utf8_string, utf8_string([?a..?z, ..], max: 3)

0 commit comments

Comments
 (0)