blob: 793c4a9551d20ce0c850b64676ea192c618e01e5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
// Copyright 2009 the Sputnik authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
info: |
The production EmptyStatement ; is evaluated as follows Return (normal,
empty, empty)
es5id: 12.3_A1
description: Using EmptyStatement ;
---*/
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;; ;;;;;; ;; ;; ;;;;;; ;;;;;;;; ;; ;; ;;;;;
;;;;; ;; ;;;; ;;;; ;; ;; ;; ;; ;; ;;;;;
;;;;; ;;;; ;; ;;;; ;; ;;;;;; ;; ;;;; ;;;;;
;;;;; ;; ;; ;; ;; ;; ;; ;; ;;;;;
;;;;; ;;;;;; ;; ;; ;; ;; ;; ;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
reportCompare(0, 0);
|