test262/tools/generation/test/fixtures/indentation/tabs.template

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 }*/
}
}());