We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2e438d commit 91cdf99Copy full SHA for 91cdf99
nbs/03_xtras.ipynb
@@ -744,7 +744,6 @@
744
"outputs": [],
745
"source": [
746
"if sys.platform == 'win32':\n",
747
- " # why I ignore as_types, because every time nbdev_clean_nbs will update \\n to \\r\\n\n",
748
" test_eq(run('cmd /c echo hi'), 'hi')\n",
749
"else:\n",
750
" test_eq(run('echo hi', as_bytes=True), b'hi\\n')"
0 commit comments