chromium/third_party/pdfium/xfa/fxfa/formcalc/cxfa_fmlexer_unittest.cpp

// Copyright 2016 The PDFium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.


#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) {}

// The quotes are stripped in CXFA_FMStringExpression::ToJavaScript.
TEST(CXFA_FMLexerTest, Strings) {}

// Note, 'this' is a keyword but is not matched by the lexer.
TEST(CXFA_FMLexerTest, OperatorsAndKeywords) {}

TEST(CXFA_FMLexerTest, Comments) {}

TEST(CXFA_FMLexerTest, ValidIdentifiers) {}

TEST(CXFA_FMLexerTest, InvalidIdentifiers) {}

TEST(CXFA_FMLexerTest, Whitespace) {}

TEST(CXFA_FMLexerTest, NullData) {}