#include <stdio.h>
#include <string>
#include <vector>
#include "pcrecpp.h"
#include "pcre_stringpiece.h"
#include "pcre_scanner.h"
Go to the source code of this file.
Defines | |
#define | FLAGS_unittest_stack_size 49152 |
#define | CHECK_EQ(a, b) |
Functions | |
static void | TestScanner () |
static void | TestBigComment () |
int | main (int argc, char **argv) |
#define CHECK_EQ | ( | a, | |||
b | ) |
Value:
do { \ if ( (a) != (b) ) { \ fprintf(stderr, "%s:%d: Check failed because %s != %s\n", \ __FILE__, __LINE__, #a, #b); \ exit(1); \ } \ } while (0)
Definition at line 50 of file pcre_scanner_unittest.cc.
Referenced by GetOneOptionResult(), main(), Test_NO_AUTO_CAPTURE(), TestBigComment(), TestConsume(), TestExtract(), TestFindAndConsume(), TestMatchNumberPeculiarity(), TestReplace(), TestScanner(), and Timing2().
#define FLAGS_unittest_stack_size 49152 |
Definition at line 47 of file pcre_scanner_unittest.cc.
int main | ( | int | argc, | |
char ** | argv | |||
) |
Definition at line 150 of file pcre_scanner_unittest.cc.
References TestBigComment(), and TestScanner().
static void TestBigComment | ( | ) | [static] |
static void TestScanner | ( | ) | [static] |