diff --git a/js/tests/e4x/Types/9.1.1.2.js b/js/tests/e4x/Types/9.1.1.2.js index 9f649054677d..8931e76c1a34 100644 --- a/js/tests/e4x/Types/9.1.1.2.js +++ b/js/tests/e4x/Types/9.1.1.2.js @@ -25,6 +25,7 @@ * Igor Bukanov * Ethan Hugg * Milen Nankov + * Martin Honnen * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or @@ -65,4 +66,15 @@ x = onetwoKibo; +god.name = <>JamesKibo; + +var expect = 'JamesKibo'; +actual = god; +TEST_XML(4, expect, actual); + +END();