js/src/tests/test262/ch07/7.6/S7.6_A4.2_T1.js

Wed, 31 Dec 2014 07:53:36 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:53:36 +0100
branch
TOR_BUG_3246
changeset 5
4ab42b5ab56c
permissions
-rw-r--r--

Correct small whitespace inconsistency, lost while renaming variables.

michael@0 1 // Copyright 2009 the Sputnik authors. All rights reserved.
michael@0 2 // This code is governed by the BSD license found in the LICENSE file.
michael@0 3
michael@0 4 /**
michael@0 5 * Correct interpretation of RUSSIAN ALPHABET
michael@0 6 *
michael@0 7 * @path ch07/7.6/S7.6_A4.2_T1.js
michael@0 8 * @description Check RUSSIAN CAPITAL ALPHABET
michael@0 9 */
michael@0 10
michael@0 11 //CHECK#А-Я
michael@0 12 var \u0410 = 1;
michael@0 13 if (А !== 1) {
michael@0 14 $ERROR('#А');
michael@0 15 }
michael@0 16 var \u0411 = 1;
michael@0 17 if (Б !== 1) {
michael@0 18 $ERROR('#Б');
michael@0 19 }
michael@0 20 var \u0412 = 1;
michael@0 21 if (В !== 1) {
michael@0 22 $ERROR('#В');
michael@0 23 }
michael@0 24 var \u0413 = 1;
michael@0 25 if (Г !== 1) {
michael@0 26 $ERROR('#Г');
michael@0 27 }
michael@0 28 var \u0414 = 1;
michael@0 29 if (Д !== 1) {
michael@0 30 $ERROR('#Д');
michael@0 31 }
michael@0 32 var \u0415 = 1;
michael@0 33 if (Е !== 1) {
michael@0 34 $ERROR('#Е');
michael@0 35 }
michael@0 36 var \u0416 = 1;
michael@0 37 if (Ж !== 1) {
michael@0 38 $ERROR('#Ж');
michael@0 39 }
michael@0 40 var \u0417 = 1;
michael@0 41 if (З !== 1) {
michael@0 42 $ERROR('#З');
michael@0 43 }
michael@0 44 var \u0418 = 1;
michael@0 45 if (И !== 1) {
michael@0 46 $ERROR('#И');
michael@0 47 }
michael@0 48 var \u0419 = 1;
michael@0 49 if (Й !== 1) {
michael@0 50 $ERROR('#Й');
michael@0 51 }
michael@0 52 var \u041A = 1;
michael@0 53 if (К !== 1) {
michael@0 54 $ERROR('#К');
michael@0 55 }
michael@0 56 var \u041B = 1;
michael@0 57 if (Л !== 1) {
michael@0 58 $ERROR('#Л');
michael@0 59 }
michael@0 60 var \u041C = 1;
michael@0 61 if (М !== 1) {
michael@0 62 $ERROR('#М');
michael@0 63 }
michael@0 64 var \u041D = 1;
michael@0 65 if (Н !== 1) {
michael@0 66 $ERROR('#Н');
michael@0 67 }
michael@0 68 var \u041E = 1;
michael@0 69 if (О !== 1) {
michael@0 70 $ERROR('#О');
michael@0 71 }
michael@0 72 var \u041F = 1;
michael@0 73 if (П !== 1) {
michael@0 74 $ERROR('#П');
michael@0 75 }
michael@0 76 var \u0420 = 1;
michael@0 77 if (Р !== 1) {
michael@0 78 $ERROR('#Р');
michael@0 79 }
michael@0 80 var \u0421 = 1;
michael@0 81 if (С !== 1) {
michael@0 82 $ERROR('#С');
michael@0 83 }
michael@0 84 var \u0422 = 1;
michael@0 85 if (Т !== 1) {
michael@0 86 $ERROR('#Т');
michael@0 87 }
michael@0 88 var \u0423 = 1;
michael@0 89 if (У !== 1) {
michael@0 90 $ERROR('#У');
michael@0 91 }
michael@0 92 var \u0424 = 1;
michael@0 93 if (Ф !== 1) {
michael@0 94 $ERROR('#Ф');
michael@0 95 }
michael@0 96 var \u0425 = 1;
michael@0 97 if (Х !== 1) {
michael@0 98 $ERROR('#Х');
michael@0 99 }
michael@0 100 var \u0426 = 1;
michael@0 101 if (Ц !== 1) {
michael@0 102 $ERROR('#Ц');
michael@0 103 }
michael@0 104 var \u0427 = 1;
michael@0 105 if (Ч !== 1) {
michael@0 106 $ERROR('#Ч');
michael@0 107 }
michael@0 108 var \u0428 = 1;
michael@0 109 if (Ш !== 1) {
michael@0 110 $ERROR('#Ш');
michael@0 111 }
michael@0 112 var \u0429 = 1;
michael@0 113 if (Щ !== 1) {
michael@0 114 $ERROR('#Щ');
michael@0 115 }
michael@0 116 var \u042A = 1;
michael@0 117 if (Ъ !== 1) {
michael@0 118 $ERROR('#Ъ');
michael@0 119 }
michael@0 120 var \u042B = 1;
michael@0 121 if (Ы !== 1) {
michael@0 122 $ERROR('#Ы');
michael@0 123 }
michael@0 124 var \u042C = 1;
michael@0 125 if (Ь !== 1) {
michael@0 126 $ERROR('#Ь');
michael@0 127 }
michael@0 128 var \u042D = 1;
michael@0 129 if (Э !== 1) {
michael@0 130 $ERROR('#Э');
michael@0 131 }
michael@0 132 var \u042E = 1;
michael@0 133 if (Ю !== 1) {
michael@0 134 $ERROR('#Ю');
michael@0 135 }
michael@0 136 var \u042F = 1;
michael@0 137 if (Я !== 1) {
michael@0 138 $ERROR('#Я');
michael@0 139 }
michael@0 140 var \u0401 = 1;
michael@0 141 if (Ё !== 1) {
michael@0 142 $ERROR('#Ё');
michael@0 143 }
michael@0 144

mercurial