Skip to content

Commit 9b9ab93

Browse files
committed
test: Add comprehensive tests for zyntax_embed SDK
Add 73 tests covering: - ZyntaxValue accessors, conversions, and builders - NativeSignature parsing and construction - FromZyntax/IntoZyntax trait implementations - Error handling (type mismatch, overflow, etc.) - LanguageGrammar operations - Runtime initialization and configuration
1 parent 0281f98 commit 9b9ab93

2 files changed

Lines changed: 877 additions & 0 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,6 @@ crates/compiler/examples/
2525

2626
# Session-specific documentation archives
2727
docs/session-archive/
28+
29+
output/
30+
test/output/

0 commit comments

Comments
 (0)