Author: bernhard Date: Fri Dec 26 11:40:48 2008 New Revision: 34398 Modified: trunk/languages/ecmascript/lib/Parrot/Test/JS.pm (contents, props changed) trunk/languages/ecmascript/lib/Parrot/Test/JS/PJS.pm (contents, props changed) trunk/languages/ecmascript/lib/Parrot/Test/JS/SpiderMonkey.pm (contents, props changed) trunk/languages/ecmascript/t/js_pt/10-version.t (contents, props changed) trunk/languages/ecmascript/t/sanity_pt/00-literals.t (contents, props changed) trunk/languages/ecmascript/t/sanity_pt/01-vars.t (contents, props changed) trunk/languages/ecmascript/t/sanity_pt/05-objects.t (contents, props changed)
Log: [codingstd] svn properties Modified: trunk/languages/ecmascript/lib/Parrot/Test/JS.pm ============================================================================== --- trunk/languages/ecmascript/lib/Parrot/Test/JS.pm (original) +++ trunk/languages/ecmascript/lib/Parrot/Test/JS.pm Fri Dec 26 11:40:48 2008 @@ -1,4 +1,4 @@ -# $Id: JS.pm 34193 2008-12-21 11:50:25Z bernhard $ +# $Id$ # Copyright (C) 2008, The Perl Foundation. Modified: trunk/languages/ecmascript/lib/Parrot/Test/JS/PJS.pm ============================================================================== --- trunk/languages/ecmascript/lib/Parrot/Test/JS/PJS.pm (original) +++ trunk/languages/ecmascript/lib/Parrot/Test/JS/PJS.pm Fri Dec 26 11:40:48 2008 @@ -1,4 +1,4 @@ -# $Id: PJS.pm 34192 2008-12-21 11:41:29Z bernhard $ +# $Id$ # Copyright (C) 2008, The Perl Foundation. Modified: trunk/languages/ecmascript/lib/Parrot/Test/JS/SpiderMonkey.pm ============================================================================== --- trunk/languages/ecmascript/lib/Parrot/Test/JS/SpiderMonkey.pm (original) +++ trunk/languages/ecmascript/lib/Parrot/Test/JS/SpiderMonkey.pm Fri Dec 26 11:40:48 2008 @@ -1,4 +1,4 @@ -# $Id: SpiderMonkey.pm 29200 2008-07-09 14:40:19Z bernhard $ +# $Id$ # Copyright (C) 2008, The Perl Foundation. Modified: trunk/languages/ecmascript/t/js_pt/10-version.t ============================================================================== --- trunk/languages/ecmascript/t/js_pt/10-version.t (original) +++ trunk/languages/ecmascript/t/js_pt/10-version.t Fri Dec 26 11:40:48 2008 @@ -1,6 +1,6 @@ #!/usr/bin/perl # Copyright (C) 2008, The Perl Foundation. -# $Id: null.t 33314 2008-11-28 16:28:50Z bernhard $ +# $Id$ use strict; use warnings; Modified: trunk/languages/ecmascript/t/sanity_pt/00-literals.t ============================================================================== --- trunk/languages/ecmascript/t/sanity_pt/00-literals.t (original) +++ trunk/languages/ecmascript/t/sanity_pt/00-literals.t Fri Dec 26 11:40:48 2008 @@ -1,6 +1,6 @@ #!/usr/bin/perl # Copyright (C) 2008, The Perl Foundation. -# $Id: 03-boolean.t 33314 2008-11-28 16:28:50Z bernhard $ +# $Id$ use strict; use warnings; Modified: trunk/languages/ecmascript/t/sanity_pt/01-vars.t ============================================================================== --- trunk/languages/ecmascript/t/sanity_pt/01-vars.t (original) +++ trunk/languages/ecmascript/t/sanity_pt/01-vars.t Fri Dec 26 11:40:48 2008 @@ -1,6 +1,6 @@ #!/usr/bin/perl # Copyright (C) 2008, The Perl Foundation. -# $Id: 03-boolean.t 33314 2008-11-28 16:28:50Z bernhard $ +# $Id$ use strict; use warnings; Modified: trunk/languages/ecmascript/t/sanity_pt/05-objects.t ============================================================================== --- trunk/languages/ecmascript/t/sanity_pt/05-objects.t (original) +++ trunk/languages/ecmascript/t/sanity_pt/05-objects.t Fri Dec 26 11:40:48 2008 @@ -1,6 +1,6 @@ #!/usr/bin/perl # Copyright (C) 2008, The Perl Foundation. -# $Id: 03-boolean.t 33314 2008-11-28 16:28:50Z bernhard $ +# $Id$ use strict; use warnings;
