Skip to content

Commit 462168c

Browse files
committed
bundle code
1 parent 2585216 commit 462168c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

bundle/beta-code.js

+12
Original file line numberDiff line numberDiff line change
@@ -684,10 +684,13 @@ module.exports={
684684
"I+": "ϊ",
685685
"I/": "ί",
686686
"I/+": "ΐ",
687+
"I+/": "ΐ",
687688
"I=": "ῖ",
688689
"I=+": "ῗ",
690+
"I+=": "ῗ",
689691
"I\\": "ὶ",
690692
"I\\+": "ῒ",
693+
"I+\\": "ῒ",
691694
"J": "ς",
692695
"K": "κ",
693696
"L": "λ",
@@ -724,10 +727,13 @@ module.exports={
724727
"U+": "ϋ",
725728
"U/": "ύ",
726729
"U/+": "ΰ",
730+
"U+/": "ΰ",
727731
"U=": "ῦ",
728732
"U=+": "ῧ",
733+
"U+=": "ῧ",
729734
"U\\": "ὺ",
730735
"U\\+": "ῢ",
736+
"U+\\": "ῢ",
731737
"W": "ω",
732738
"W(": "ὡ",
733739
"W(/": "ὥ",
@@ -831,10 +837,13 @@ module.exports={
831837
"i+": "ϊ",
832838
"i/": "ί",
833839
"i/+": "ΐ",
840+
"i+/": "ΐ",
834841
"i=": "ῖ",
835842
"i=+": "ῗ",
843+
"i+=": "ῗ",
836844
"i\\": "ὶ",
837845
"i\\+": "ῒ",
846+
"i+\\": "ῒ",
838847
"j": "ς",
839848
"k": "κ",
840849
"l": "λ",
@@ -871,10 +880,13 @@ module.exports={
871880
"u+": "ϋ",
872881
"u/": "ύ",
873882
"u/+": "ΰ",
883+
"u+/": "ΰ",
874884
"u=": "ῦ",
875885
"u=+": "ῧ",
886+
"u+=": "ῧ",
876887
"u\\": "ὺ",
877888
"u\\+": "ῢ",
889+
"u+\\": "ῢ",
878890
"w": "ω",
879891
"w(": "ὡ",
880892
"w(/": "ὥ",

0 commit comments

Comments
 (0)