Sparrow6.git | examples/tasks/negations/02/ | task.check


note: negations in blocks

begin:
A
!regexp: D
C
]
!regexp: D
A
end:


note: negations for single strings
!regexp: Ok

note: negations inside ranges, example #1
note: between: {'['} {']'}
between: {'['} {']'}
  A
  B
  !regexp: D
  C
end: 

note: negations inside within, example #2
within: "A B" 
!regexp: F
C
end:

note: negations inside ranges, example #3
note: between: {'['} {']'}
between: {'['} {']'}
  !regexp: D
  !regexp: D
  A
end:

begin:
!regexp: H
end: