Merge remote-tracking branch 'upstream/master' into init_auto
[nit.git] / tests / test_prefixed_chars.nit
index 3070060..a963e75 100644 (file)
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-var ascii_char = b'A'
+var ascii_char = u'A'
 var unicode_char = u'𐏓'
 
-#alt1 var bug_ascii = b'𐏓'
-
 print ascii_char
 print unicode_char