// 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/parser/cxfa_localevalue.h" #include "testing/gtest/include/gtest/gtest.h" namespace { // We don't expect more precision than a float's worth from this code. float MakeDoubleNumAsFloat(const wchar_t* str) { … } } // namespace TEST(CXFALocaleValueTest, GetDoubleNum) { … }