uahgi2/lexer-test.rkt

9 lines
247 B
Racket
Raw Permalink Normal View History

2025-09-24 22:56:30 +08:00
#lang br
(require "lexer.rkt" brag/support rackunit)
(define (lex str)
(apply-port-proc uahgi2-lexer str))
2025-09-24 22:56:30 +08:00
(lex "@a123")
(lex "{@_a12|foo|123.12}123abc\\@\\{mn̂g他@@愛@@貓,也愛這塊土地%註解%。這也是%%。")
(lex "|測試}abc")