We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7f3d34 commit d8ff0b1Copy full SHA for d8ff0b1
1 file changed
tests/cases/gts/issue-374.gts
@@ -0,0 +1,11 @@
1
+import pageTitle from 'ember-page-title/helpers/page-title';
2
+
3
+<template>
4
+ {{pageTitle "TestAppPrettierCharacter"}}
5
6
+ <h2 id="title">Welcome to Ember</h2>
7
8
+ {{outlet}}
9
10
+ …
11
+</template> satisfies unknown;
0 commit comments