2025-06-26 10:27:33 +08:00
|
|
|
#include <gtest/gtest.h>
|
|
|
|
#include <yycc.hpp>
|
2025-06-30 08:45:18 +08:00
|
|
|
#include <yycc/rust/num/stringify.hpp>
|
2025-06-26 10:27:33 +08:00
|
|
|
|
|
|
|
#include <yycc/prelude/rust.hpp>
|
|
|
|
|
|
|
|
#define STRINGIFY ::yycc::string::stringify
|
|
|
|
|
|
|
|
namespace yycctest::rust::stringify {
|
|
|
|
|
|
|
|
// There is not testbench for this
|
|
|
|
// because it just a map to original implementation without any modification.
|
|
|
|
|
|
|
|
}
|