add bracket syntax replace tests

This commit is contained in:
2025-08-24 23:25:43 -06:00
parent 4ac93ee924
commit e71b1c3a23
22 changed files with 3324 additions and 1673 deletions

View File

@ -1,12 +1,3 @@
package lang
// Parser tests have been organized into specialized files:
// - parser_server_test.go - Server definition parsing tests
// - parser_entity_test.go - Entity definition parsing tests
// - parser_page_test.go - Page definition parsing tests
// - parser_component_test.go - Component and field parsing tests
// - parser_advanced_test.go - Advanced features (conditionals, tabs, modals, master-detail)
// - parser_test_helpers.go - Shared helper functions and comparison utilities
//
// This organization allows for easier maintenance and addition of new test categories
// for future language interpretation features.
// Various parts of the language and parser are tested in specialized files