tree-sitter/spec/runtime/arithmetic_spec.cpp

11 lines
190 B
C++
Raw Normal View History

2013-12-17 13:14:41 -08:00
#include <igloo/igloo_alt.h>
#include "../fixtures/parsers/arithmetic.c"
using namespace igloo;
Describe(arithmetic) {
It(parses_numbers) {
ts_parse_arithmetic("5");
};
};