# This file tests all of the error messages!  ...or maybe just some.

# Unterminated String
data "This string is unterminated

# Unclosed Square Bracket Set
mov [hl a

# Square Bracket Error
mov [hl a; inc a

# Unopened Square Bracket Set
mov hl] a

