This commit is contained in:
Somdev Sangwan
2022-02-28 15:07:44 +05:30
committed by GitHub
parent 9596ca7102
commit f0e0acfbcf

View File

@@ -322,7 +322,7 @@ If the your dummy tags lands in the source code as it is, go for any of these pa
|`#`|#|`#`|number sign|u+0023|\0023|\43|%23|
|`$`|$|`$`|dollar sign|u+0024|\0024|\44|%24|
|`%`|%|`%`|percent sign|u+0025|\0025|\45|%25|
|`&`|`&|`&`|ampersand|u+0026|\0026|\46|%26|
|`&`|&|`&`|ampersand|u+0026|\0026|\46|%26|
|`'`|'|`'`|apostrophe|u+0027|\0027|\47|%27|
|`(`|(|`(`|left parenthesis|u+0028|\0028|\50|%28|
|`)`|)|`)`|right parenthesis|u+0029|\0029|\51|%29|
@@ -340,7 +340,7 @@ If the your dummy tags lands in the source code as it is, go for any of these pa
|`?`|?|`?`|question mark|u+003F|\003f|\77|%3F|
|`@`|@|`@`|at sign; commercial at|u+0040|\0040|\100|%40|
|`[`|\[|`[`|left square bracket|u+005B|\005b|\133|%5B|
|`\`|/|`\`|backslash|u+005C|\005c|\134|%5C|
|`\`|\|`\`|backslash|u+005C|\005c|\134|%5C|
|`]`|]|`]`|right square bracket|u+005D|\005d|\135|%5D|
|`^`|^|`^`|circumflex accent|u+005E|\005e|\136|%5E|
|`_`|_|`_`|low line|u+005F|\005f|\137|%5F|