mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-02 13:03:01 +08:00
parent
4b84d0ae0a
commit
7133ae4b29
|
@ -94,11 +94,12 @@ CLASS ltcl_html_processor_test IMPLEMENTATION.
|
||||||
`<html>\n` &&
|
`<html>\n` &&
|
||||||
` <head>\n` &&
|
` <head>\n` &&
|
||||||
` <title>abapGit</title>\n` &&
|
` <title>abapGit</title>\n` &&
|
||||||
` <!-- by AG HTML preprocessor <LINK rel="stylesheet" type="text/css" href="css/style1.css">-->\n` &&
|
` <!--<LINK rel="stylesheet" type="text/css" href="css/style1.css">-->\n` &&
|
||||||
` <!-- by AG HTML preprocessor <link rel="stylesheet" type="text/css" href="css/style2.css">-->\n` &&
|
` <!--<link rel="stylesheet" type="text/css" href="css/style2.css">-->\n` &&
|
||||||
` <!-- by AG HTML preprocessor <link rel="stylesheet" type="text/css" href="css/style3.css">-->\n` &&
|
` <!--<link rel="stylesheet" type="text/css" href="css/style3.css">-->\n` &&
|
||||||
` <script type="text/javascript" src="js/common.js"></script>\n` &&
|
` <script type="text/javascript" src="js/common.js"></script>\n` &&
|
||||||
` <!-- by AG HTML preprocessor --><link rel="stylesheet" type="text/css" href="css/bundle.css">\n` &&
|
` <!-- abapgit HTML preprocessor -->\n` &&
|
||||||
|
` <link rel="stylesheet" type="text/css" href="css/bundle.css">\n` &&
|
||||||
` </head>\n` &&
|
` </head>\n` &&
|
||||||
` <body>hello</body>\n` &&
|
` <body>hello</body>\n` &&
|
||||||
`</html>\n`
|
`</html>\n`
|
||||||
|
@ -132,11 +133,12 @@ CLASS ltcl_html_processor_test IMPLEMENTATION.
|
||||||
`<html>\n` &&
|
`<html>\n` &&
|
||||||
` <head>\n` &&
|
` <head>\n` &&
|
||||||
` <title>abapGit</title>\n` &&
|
` <title>abapGit</title>\n` &&
|
||||||
` <!-- by AG HTML preprocessor <LINK rel="stylesheet" type="text/css" href="css/style1.css">-->\n` &&
|
` <!--<LINK rel="stylesheet" type="text/css" href="css/style1.css">-->\n` &&
|
||||||
` <link rel="stylesheet" type="text/css" href="css/style2.css">\n` && " Preserved
|
` <link rel="stylesheet" type="text/css" href="css/style2.css">\n` && " Preserved
|
||||||
` <!-- by AG HTML preprocessor <link rel="stylesheet" type="text/css" href="css/style3.css">-->\n` &&
|
` <!--<link rel="stylesheet" type="text/css" href="css/style3.css">-->\n` &&
|
||||||
` <script type="text/javascript" src="js/common.js"></script>\n` &&
|
` <script type="text/javascript" src="js/common.js"></script>\n` &&
|
||||||
` <!-- by AG HTML preprocessor --><link rel="stylesheet" type="text/css" href="css/bundle.css">\n` &&
|
` <!-- abapgit HTML preprocessor -->\n` &&
|
||||||
|
` <link rel="stylesheet" type="text/css" href="css/bundle.css">\n` &&
|
||||||
` </head>\n` &&
|
` </head>\n` &&
|
||||||
` <body>hello</body>\n` &&
|
` <body>hello</body>\n` &&
|
||||||
`</html>\n`
|
`</html>\n`
|
||||||
|
|
Loading…
Reference in New Issue
Block a user