mirror of
https://github.com/tc39/test262.git
synced 2025-07-31 01:44:54 +02:00
The document fragments used by the ECMAScript specification do not conform to any particular pattern beyond the grammar defined by the URL standard [1]. Relax the linting rule to enforce a simplified version of that grammar. [1] https://url.spec.whatwg.org/#fragment-state
11 lines
243 B
JavaScript
11 lines
243 B
JavaScript
ESID
|
|
^ expected errors | v input
|
|
// Copyright (C) 2018 Rick Waldron. All rights reserved.
|
|
// This code is governed by the BSD license found in the LICENSE file.
|
|
/*---
|
|
esid: something withaspace
|
|
description: Minimal test
|
|
---*/
|
|
|
|
function f() {}
|