File: test_parsing_table.cpp

package info (click to toggle)
libpog 0.5.3-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 3,644 kB
  • sloc: cpp: 51,038; ansic: 239; makefile: 14; python: 11; sh: 11
file content (12 lines) | stat: -rw-r--r-- 198 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#include <gtest/gtest.h>

#include <pog/parsing_table.h>

using namespace pog;

class TestParsingTable : public ::testing::Test {};

TEST_F(TestParsingTable,
AddAccept) {
	//ParsingTable<int> pt;
}