mirror of https://github.com/tc39/test262.git
15 lines
285 B
Plaintext
15 lines
285 B
Plaintext
// Copyright (C) 2017 Mike Pennisi. All rights reserved.
|
|
// This code is governed by the BSD license found in the LICENSE file.
|
|
/*---
|
|
name: Preserving "hard" indentation across newlines
|
|
path: indentation/tabs-
|
|
---*/
|
|
|
|
(function() {
|
|
/*{ value }*/
|
|
|
|
if (true) {
|
|
/*{ value }*/
|
|
}
|
|
}());
|