diff --git a/test/runtime/samples/raw-mustaches-td-tr/_config.js b/test/runtime/samples/raw-mustaches-td-tr/_config.js
new file mode 100644
index 0000000000..dfcb1ce0f0
--- /dev/null
+++ b/test/runtime/samples/raw-mustaches-td-tr/_config.js
@@ -0,0 +1,18 @@
+export default {
+ props: {
+ raw: "
1 | 2 |
",
+ },
+
+ html: `
+
+ `,
+};
diff --git a/test/runtime/samples/raw-mustaches-td-tr/main.svelte b/test/runtime/samples/raw-mustaches-td-tr/main.svelte
new file mode 100644
index 0000000000..07d7299e43
--- /dev/null
+++ b/test/runtime/samples/raw-mustaches-td-tr/main.svelte
@@ -0,0 +1,12 @@
+
+
+
+
+
+ 5 | 7 |
+
+ {@html raw}
+
+
\ No newline at end of file