qt 6.5.1 original

This commit is contained in:
kleuter
2023-10-29 23:33:08 +01:00
parent 71d22ab6b0
commit 85d238dfda
21202 changed files with 5499099 additions and 0 deletions

View File

@ -0,0 +1 @@
/* let's see if comments actually work *//*foo*/ "it /*should be preserved \"in strings*/ though"

View File

@ -0,0 +1,4 @@
S|/* let's see if comments actually work */
S|/*foo*/
S|
STRING|"it /*should be preserved "in strings*/ though"

View File

@ -0,0 +1 @@
/*foo*/{/*foo*/+/*foo*/>/*foo*/,/*foo*/}/*foo*/-

View File

@ -0,0 +1,12 @@
S|/*foo*/
LBRACE|{
S|/*foo*/
PLUS|+
S|/*foo*/
GREATER|>
S|/*foo*/
COMMA|,
S|/*foo*/
RBRACE|}
S|/*foo*/
MINUS|-

View File

@ -0,0 +1 @@
url(/*comment*/"www.kde.org")

View File

@ -0,0 +1,4 @@
FUNCTION|url(
S|/*comment*/
STRING|"www.kde.org"
RPAREN|)

View File

@ -0,0 +1 @@
!/*hmm*/important

View File

@ -0,0 +1,3 @@
EXCLAMATION_SYM|!
S|/*hmm*/
IDENT|important

View File

@ -0,0 +1 @@
background: 'test_bug.png';

View File

@ -0,0 +1,5 @@
IDENT|background
COLON|:
S|
STRING|'test_bug.png'
SEMICOLON|;

View File

@ -0,0 +1 @@
p { display:block; }

View File

@ -0,0 +1,9 @@
IDENT|p
LBRACE| {
S|
IDENT|display
COLON|:
IDENT|block
SEMICOLON|;
S|
RBRACE|}

View File

@ -0,0 +1 @@
\41"\7E"\00006Df

View File

@ -0,0 +1,3 @@
IDENT|A
STRING|"~"
IDENT|mf