mirror of
https://github.com/tree-sitter/tree-sitter.git
synced 2026-09-12 16:36:27 -04:00
11 lines
190 B
C++
11 lines
190 B
C++
#include <igloo/igloo_alt.h>
|
|
#include "../fixtures/parsers/arithmetic.c"
|
|
|
|
using namespace igloo;
|
|
|
|
Describe(arithmetic) {
|
|
It(parses_numbers) {
|
|
ts_parse_arithmetic("5");
|
|
};
|
|
};
|