Files
acme/testing/errors/breaknotwithinaloop2.a

6 lines
163 B
Plaintext

; "!break" in a file is not supposed to break from a loop outside the file:
!for @i in "ab" {
!src "breaknotwithinaloop1.a" ; -> "!break not within a loop"
}