milleniumbug

Results 39 issues of milleniumbug

![raw string literals](http://i.imgur.com/iRmZ5zG.png) Code fragment used: ``` int main() { R"( "test\n" )" == "test\n"; R"( "te\tst\nkol\\\\es" )" == "te\tst\nkol\\\\es"; R"( "\112\113\114" )" == "\112\113\114"; R"***( "\"\x53\x5A" )***" == "\"\x53\x5A";...

wontfix

![Image](https://cdn.discordapp.com/attachments/475671343463923720/567074760123482122/Peek_2019-04-14_21-52.gif) in between the prompt displaying `Console.WriteLine("world hello");` and `Console.WriteLine("hello world");` an up arrow character was pressed, which caused the REPL to remove every individual character, and then insert the...

Given an expression of kind `x COMPARISON_OPERATOR something && y COMPARISON_OPERATOR something`, normalize it, like: Before: `x > 5 && x < 10` After: `5 < x && x <...

An example of a crashing entry ``` [ "アーカンソー", "", "", "", 0, [ "アーカンソー【Arkansas】\n米国南部の州。州都リトルロック。製材業・綿花栽培が盛ん。→アメリカ合衆国[補説]", { "type": "image", "path": "images/ref/107650.webp", "description": "アーカンソー州の位置", "collapsed": false, "collapsible": true, "background": false }, {...