#include "xfa/fxfa/formcalc/cxfa_fmlexer.h"
#include <vector>
#include "testing/gtest/include/gtest/gtest.h"
TEST(CXFA_FMLexerTest, NullString) { … }
TEST(CXFA_FMLexerTest, EmptyString) { … }
TEST(CXFA_FMLexerTest, Numbers) { … }
TEST(CXFA_FMLexerTest, Strings) { … }
TEST(CXFA_FMLexerTest, OperatorsAndKeywords) { … }
TEST(CXFA_FMLexerTest, Comments) { … }
TEST(CXFA_FMLexerTest, ValidIdentifiers) { … }
TEST(CXFA_FMLexerTest, InvalidIdentifiers) { … }
TEST(CXFA_FMLexerTest, Whitespace) { … }
TEST(CXFA_FMLexerTest, NullData) { … }