We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a36d2d commit 1b874bbCopy full SHA for 1b874bb
fable/src/fable/schema/string_test.cpp
@@ -95,6 +95,7 @@ TEST(fable_schema_string, interpolate) {
95
{"TEST", "true"},
96
{"NAME", "world"}
97
};
98
+ env.prefer_external(false);
99
auto s = fable::schema::make_schema(&t, "interpolate").interpolate(true).environment(&env);
100
101
EXPECT_ANY_THROW(assert_from_conf(s, TO_CONF("${}")));
0 commit comments