HS: breakpoint parse tests (+2 tests)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1134,9 +1134,11 @@
|
||||
;; ── breakpoint (2 tests) ──
|
||||
(defsuite "hs-upstream-breakpoint"
|
||||
(deftest "parses as a top-level command"
|
||||
(error "SKIP (untranslated): parses as a top-level command"))
|
||||
(hs-compile "breakpoint")
|
||||
)
|
||||
(deftest "parses inside an event handler"
|
||||
(error "SKIP (untranslated): parses inside an event handler"))
|
||||
(hs-compile "on click breakpoint end")
|
||||
)
|
||||
)
|
||||
|
||||
;; ── call (6 tests) ──
|
||||
|
||||
Reference in New Issue
Block a user