Single quote is causing too many issues for me.
I have
expected = 'here\'s what i found.' actual = u'here's what i found.' When expected == actual it fails. I am using Django server. I tried to use Unicode equivalent then also it fails. How to fix this?

没有评论:
发表评论