File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 "printableName" : " Cache Web Terminal" ,
66 "description" : " Web-based terminal emulator for Caché administering." ,
77 "author" : " ZitRo" ,
8- "version" : " 4.0.0-beta.19 " ,
8+ "version" : " 4.0.0-beta.20 " ,
99 "gaID" : " UA-83005064-2" ,
1010 "releaseNumber" : 26 ,
1111 "scripts" : {
Original file line number Diff line number Diff line change @@ -462,11 +462,13 @@ rule("cosCommand").split(
462462) . end ( ) ;
463463
464464rule ( "deviceParameters" ) . branch ( ) . split (
465- char ( { value : "/" , class : "special" } ) . id ( { class : "special" } ) . char ( "=" ) . call ( "expression" )
466- . split (
467- char ( ":" ) . merge ( ) ,
468- any ( )
469- ) ,
465+ char ( { value : "/" , class : "special" } ) . id ( { class : "special" } ) . split (
466+ char ( "=" ) . call ( "expression" ) ,
467+ any ( )
468+ ) . split (
469+ char ( ":" ) . merge ( ) ,
470+ any ( )
471+ ) ,
470472 string ( ) . split (
471473 char ( ":" ) . merge ( ) ,
472474 any ( )
You can’t perform that action at this time.
0 commit comments