Fix cut example
This commit is contained in:
parent
945e9f0ef0
commit
79d2c5e1c9
@ -4,7 +4,7 @@ import (
|
|||||||
"fmt"
|
"fmt"
|
||||||
)
|
)
|
||||||
|
|
||||||
func ExampleCuts() {
|
func ExampleCut() {
|
||||||
// without a cut if the close tag is left out the parser will backtrack and ignore the rest of the string
|
// without a cut if the close tag is left out the parser will backtrack and ignore the rest of the string
|
||||||
alpha := Chars("a-z")
|
alpha := Chars("a-z")
|
||||||
nocut := Many(Any(Seq("<", alpha, ">"), alpha))
|
nocut := Many(Any(Seq("<", alpha, ">"), alpha))
|
||||||
|
Loading…
Reference in New Issue
Block a user