Source code

Revision control

Copy as Markdown

Other Tools

// Copyright 2009 the Sputnik authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
info: URI tests
esid: sec-decodeuri-encodeduri
description: Checking RUSSIAN ALPHABET
---*/
//CHECK#1
throw new Test262Error('#1: http://ru.wikipedia.org/wiki/Юникод');
}
//CHECK#2
}
//CHECK#3
throw new Test262Error('#3: http://ru.wikipedia.org/wiki/Юникод%23Версии Юникода');
}
reportCompare(0, 0);