* remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66115 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
3feeed6e99
commit
36b3e41a57
@ -6040,7 +6040,7 @@ node_extended_grapheme_cluster(Node** np, ScanEnv* env)
|
|||||||
R_ERR(create_property_node(seq+0, env, "Grapheme_Cluster_Break=E_Base_GAZ"));
|
R_ERR(create_property_node(seq+0, env, "Grapheme_Cluster_Break=E_Base_GAZ"));
|
||||||
R_ERR(quantify_property_node(seq+1, env, "Grapheme_Cluster_Break=Extend", '*'));
|
R_ERR(quantify_property_node(seq+1, env, "Grapheme_Cluster_Break=Extend", '*'));
|
||||||
R_ERR(quantify_property_node(seq+2, env, "Grapheme_Cluster_Break=E_Modifier", '?'));
|
R_ERR(quantify_property_node(seq+2, env, "Grapheme_Cluster_Break=E_Modifier", '?'));
|
||||||
|
|
||||||
seq[3] = NULL_NODE;
|
seq[3] = NULL_NODE;
|
||||||
R_ERR(create_sequence_node(alts+2, seq));
|
R_ERR(create_sequence_node(alts+2, seq));
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user