That's a lot of exclamation points...

Are you on windows? There's still work on getting the error line numbers
correct all the time.

Cheers,

-Jacob


On Fri, Feb 28, 2014 at 1:45 PM, Jiakui Wang <ira...@gmail.com> wrote:

> Why this bug bother me is that, if I use print('     ') inside a
> function, it won't point the error to the line where print('     ')
> locates but to the line where the function starts.
>
> It's confusing for debug!!!!!!!!!!!!!
>
>
>
>
>
> On Friday, February 28, 2014 12:00:52 PM UTC-6, Jiakui Wang wrote:
>>
>> There would be a problem if I want to print more than one space:
>>
>> julia> print('')                                    #zero space
>> ERROR: syntax: invalid character literal
>>
>> julia> print(' ')                                   #one space
>>
>> julia> print('  ')                                  #two spaces
>> ERROR: syntax: invalid character literal
>>
>> If you don't want us to print two spaces, please raise the error "No more
>> than one space" rather than "ERROR: syntax: invalid character literal"
>>
>>

Reply via email to