Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitzer committed Jun 3, 2024
1 parent fb3a8f6 commit 5984f1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tickets/LDEV4658.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ component extends = "org.lucee.cfml.test.LuceeTestCase" labels="datetime" skip="

it( title="checking unicode compat - postjava 19, with Narrow No-Break Space", body=function( currentSpec ) {
var d = CreateDateTime(2000,1,2,3,4,5,0,"CET");
var postjava19 = "Sunday, January 2, 2000 2:04:05#chr(8239)#;AM UTC"; // Narrow No-Break Space before AM
var postjava19 = "Sunday, January 2, 2000 2:04:05#chr(8239)#AM UTC"; // Narrow No-Break Space before AM
var parsed = parseDateTime( postjava19, "full" );
debugDateTime( parsed );
expect ( dateCompare( d, parsed ) ).toBe( 0 );
Expand Down

0 comments on commit 5984f1d

Please sign in to comment.