#include "mlir/TableGen/Format.h"
#include "gmock/gmock.h"
FmtContext;
tgfmt;
StrEq;
TEST(FormatTest, EmptyFmtStr) { … }
TEST(FormatTest, EmptyFmtStrExtraParams) { … }
TEST(FormatTest, EmptyFmtStrPopulatedCtx) { … }
TEST(FormatTest, LiteralFmtStr) { … }
TEST(FormatTest, AdjacentDollar) { … }
TEST(FormatTest, DanglingDollar) { … }
TEST(FormatTest, EscapeDollars) { … }
TEST(FormatTest, PositionalFmtStr) { … }
TEST(FormatTest, PositionalFmtStrMissingParams) { … }
TEST(FormatTest, PositionalFmtStrFlexibleRef) { … }
TEST(FormatTest, PositionalFmtStrNoWhitespace) { … }
TEST(FormatTest, PlaceHolderFmtStrWithSelf) { … }
TEST(FormatTest, PlaceHolderFmtStrWithBuilder) { … }
TEST(FormatTest, PlaceHolderMissingCtx) { … }
TEST(FormatTest, PlaceHolderMissingSubst) { … }
TEST(FormatTest, PlaceHolderFmtStrDelimiter) { … }
TEST(FormatTest, CustomPlaceHolderFmtStrPlaceHolderChars) { … }
TEST(FormatTest, CustomPlaceHolderFmtStrUnregisteredPlaceHolders) { … }
TEST(FormatTest, MixedFmtStr) { … }