summaryrefslogtreecommitdiffstats
path: root/spec/regressions.js
diff options
context:
space:
mode:
Diffstat (limited to 'spec/regressions.js')
-rw-r--r--spec/regressions.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/regressions.js b/spec/regressions.js
index e8942a4..825ee35 100644
--- a/spec/regressions.js
+++ b/spec/regressions.js
@@ -103,13 +103,13 @@ describe('Regressions', function() {
});
it('GH-534: Object prototype aliases', function() {
- /*eslint-disable no-extend-native */
+ /* eslint-disable no-extend-native */
Object.prototype[0xD834] = true;
shouldCompileTo('{{foo}}', { foo: 'bar' }, 'bar');
delete Object.prototype[0xD834];
- /*eslint-enable no-extend-native */
+ /* eslint-enable no-extend-native */
});
it('GH-437: Matching escaping', function() {