diff --git a/test/syntax.html/replace-part.test.ts b/test/syntax.html/replace-part.test.ts
index 9605ede0..8aaba4d6 100644
--- a/test/syntax.html/replace-part.test.ts
+++ b/test/syntax.html/replace-part.test.ts
@@ -48,7 +48,7 @@ describe('The Aurelia HTML syntax replace-part attribute', () => {
it(`must not tokenize class="replace-part" attribute body with scope "replace-part.attribute.html.au"`, () => {
// arrange
- let scope = 'replaceable.attribute.html.au';
+ let scope = 'replace-part.attribute.html.au';
// act
let lineToken = tokenizeLine('
');
@@ -62,7 +62,7 @@ describe('The Aurelia HTML syntax replace-part attribute', () => {
it(`must not tokenize class='replace-part' attribute body with scope "replace-part.attribute.html.au"`, () => {
// arrange
- let scope = 'replaceable.attribute.html.au';
+ let scope = 'replace-part.attribute.html.au';
// act
let lineToken = tokenizeLine('
');
@@ -76,7 +76,7 @@ describe('The Aurelia HTML syntax replace-part attribute', () => {
it(`must not tokenize (somereplace-part)="item-template" attribute body with scope "replace-part.attribute.html.au"`, () => {
// arrange
- let scope = 'replaceable.attribute.html.au';
+ let scope = 'replace-part.attribute.html.au';
// act
let lineToken = tokenizeLine('');
@@ -90,7 +90,7 @@ describe('The Aurelia HTML syntax replace-part attribute', () => {
it(`must not tokenize (somereplace-part)='item-template' attribute body with scope "replace-part.attribute.html.au"`, () => {
// arrange
- let scope = 'replaceable.attribute.html.au';
+ let scope = 'replace-part.attribute.html.au';
// act
let lineToken = tokenizeLine('');
@@ -104,7 +104,7 @@ describe('The Aurelia HTML syntax replace-part attribute', () => {
it(`must not tokenize (replace-partsome)="item-template" attribute body with scope "replace-part.attribute.html.au"`, () => {
// arrange
- let scope = 'replaceable.attribute.html.au';
+ let scope = 'replace-part.attribute.html.au';
// act
let lineToken = tokenizeLine('');
@@ -118,7 +118,7 @@ describe('The Aurelia HTML syntax replace-part attribute', () => {
it(`must not tokenize (replace-partsome)='item-template' attribute body with scope "replace-part.attribute.html.au"`, () => {
// arrange
- let scope = 'replaceable.attribute.html.au';
+ let scope = 'replace-part.attribute.html.au';
// act
let lineToken = tokenizeLine('');
@@ -132,7 +132,7 @@ describe('The Aurelia HTML syntax replace-part attribute', () => {
it(`must not tokenize (replace-part-some)="item-template" attribute body with scope "replace-part.attribute.html.au"`, () => {
// arrange
- let scope = 'replaceable.attribute.html.au';
+ let scope = 'replace-part.attribute.html.au';
// act
let lineToken = tokenizeLine('');
@@ -146,7 +146,7 @@ describe('The Aurelia HTML syntax replace-part attribute', () => {
it(`must not tokenize (replace-part-some)='item-template' attribute body with scope "replace-part.attribute.html.au"`, () => {
// arrange
- let scope = 'replaceable.attribute.html.au';
+ let scope = 'replace-part.attribute.html.au';
// act
let lineToken = tokenizeLine('');
@@ -160,7 +160,7 @@ describe('The Aurelia HTML syntax replace-part attribute', () => {
it(`must not tokenize (some-replace-part)="item-template" attribute body with scope "replace-part.attribute.html.au"`, () => {
// arrange
- let scope = 'replaceable.attribute.html.au';
+ let scope = 'replace-part.attribute.html.au';
// act
let lineToken = tokenizeLine('');
@@ -174,7 +174,7 @@ describe('The Aurelia HTML syntax replace-part attribute', () => {
it(`must not tokenize (some-replace-part)='item-template' attribute body with scope "replace-part.attribute.html.au"`, () => {
// arrange
- let scope = 'replaceable.attribute.html.au';
+ let scope = 'replace-part.attribute.html.au';
// act
let lineToken = tokenizeLine('');