Add String.to/from_list Char.to/from_int and Char.to_upper/lower as operations

This commit is contained in:
Hans Svensson
2020-02-24 10:09:23 +01:00
parent 2f11143e5a
commit 167bfcc0e6
2 changed files with 8 additions and 1 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ prop_opcodes() ->
valid_opcodes() ->
lists:seq(0, 16#9b) ++ lists:seq(16#fa, 16#fd).
lists:seq(0, 16#a0) ++ lists:seq(16#fa, 16#fd).
fate_code(Failure) ->