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

// Copyright 2018 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_fmexpression.h"

#include <utility>

#include "core/fxcrt/fx_string.h"
#include "core/fxcrt/widetext_buffer.h"
#include "testing/fxgc_unittest.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "v8/include/cppgc/heap.h"
#include "xfa/fxfa/formcalc/cxfa_fmlexer.h"
#include "xfa/fxfa/formcalc/cxfa_fmtojavascriptdepth.h"

class FMExpressionTest : public FXGCUnitTest {};
class FMCallExpressionTest : public FXGCUnitTest {};
class FMStringExpressionTest : public FXGCUnitTest {};

TEST_F(FMCallExpressionTest, more_than_32_arguments) {}

TEST_F(FMStringExpressionTest, Empty) {}

TEST_F(FMStringExpressionTest, Short) {}

TEST_F(FMStringExpressionTest, Medium) {}

TEST_F(FMStringExpressionTest, Long) {}

TEST_F(FMStringExpressionTest, Quoted) {}

TEST_F(FMExpressionTest, VarExpressionInitNull) {}

TEST_F(FMExpressionTest, VarExpressionInitBlank) {}

TEST_F(FMExpressionTest, VarExpressionInitString) {}

TEST_F(FMExpressionTest, VarExpressionInitNumeric) {}