Sparrow6.git | examples/tasks/negations/01/ | task.check
note: negations in blocks, exmaple #1
begin:
regexp: OK
!regexp: ok
!regexp: kO
!regexp: oo
!regexp: kk
Hello
done
end:
note: negations for single strings, example #2
!regexp: Ok
note: negations inside ranges
note: between: {OK} {done}
between: {OK} {done}
!regexp: HELLO
Hello
end: