diff --git a/packages/@glimmer/compiler/test/compiler-test.ts b/packages/@glimmer/compiler/test/compiler-test.ts
index a73874f1e5..014176b945 100644
--- a/packages/@glimmer/compiler/test/compiler-test.ts
+++ b/packages/@glimmer/compiler/test/compiler-test.ts
@@ -317,6 +317,8 @@ test('top-level comments', ``, c` {{foo}} `);
test('handlebars comments', `
{{! Better not break! }}content
`, ['', [s`content`]]);
+test('handlebars comments with whitespace removal', '
{{~! some comment ~}} content
', ['
', [s`content`]]);
+
test('namespaced attribute', `
`, [
'