summary refs log tree commit diff stats
path: root/lib/pure/base64.nim
diff options
context:
space:
mode:
authorMiran <narimiran@disroot.org>2019-01-31 08:20:00 +0100
committerAndreas Rumpf <rumpf_a@web.de>2019-01-31 08:20:00 +0100
commitfa058773db018405ff218bc8ff4682a192e9131f (patch)
tree891a97f52dcdee13e8bb3e43c48c9cf91ee24ad5 /lib/pure/base64.nim
parent81e5a35d56de9fa7b3c19b6bf9c3139e6481a0ed (diff)
downloadNim-fa058773db018405ff218bc8ff4682a192e9131f.tar.gz
fixes #10042 (allow spaces in import) (#10504)
This allows spaces in imports, by using the following syntax:
* `import "directory with spaces" / subdir / file`, or
* `import "directory with spaces/subdir/file"`
Diffstat (limited to 'lib/pure/base64.nim')
0 files changed, 0 insertions, 0 deletions
f='#n117'>117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184