1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
//! # tests.rs
//!
//! # tests.rs 文件
//!
//! ## Module Overview
//!
//! ## 模块概述
//!
//! Defines the test modules for the `mortar_compiler` crate.
//!
//! 定义 `mortar_compiler` crate 的测试模块。
//!
//! ## Source File Overview
//!
//! ## 源文件概述
//!
//! Registers all integration and unit test modules.
//!
//! 注册所有集成测试和单元测试模块。
// Test modules
// Placeholder for future tests
// mod interpolation_test;
// mod separator_test;
// mod type_checking_test;