Skip to content

Commit e4b7df7

Browse files
committed
chore: update CLAUDE.md test count to 1150 across 50 files
1 parent a62343c commit e4b7df7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CLAUDE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ High-performance hand-written recursive descent SQL parser and query engine for
99
## Build Commands
1010

1111
```bash
12-
make all # Build library + run all 1152 tests
12+
make all # Build library + run all 1150 tests
1313
make lib # Build only libsqlparser.a
1414
make test # Build + run tests
1515
make bench # Build + run benchmarks
@@ -142,7 +142,7 @@ Everything is in `namespace sql_engine`. Templates are parameterized on `Dialect
142142
143143
## Tests
144144
145-
Google Test. 1,152 tests across 48 test files. Validated against 86K+ external queries (PostgreSQL regression, MySQL MTR, CockroachDB, Vitess, TiDB, sqlparser-rs, SQLGlot).
145+
Google Test. 1,150 tests across 50 test files. Validated against 86K+ external queries (PostgreSQL regression, MySQL MTR, CockroachDB, Vitess, TiDB, sqlparser-rs, SQLGlot).
146146
147147
Run a single test: `./run_tests --gtest_filter="*SetTest*"`
148148

0 commit comments

Comments
 (0)