Skip to content

Commit

Permalink
fix macro bugs (the bug about the string may be replaced)
Browse files Browse the repository at this point in the history
  • Loading branch information
magiclu550 committed Feb 9, 2020
1 parent 7988f53 commit 0b0e55f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/cn/wenyan/compiler/PrepareCompiler.java
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ private String getString(List<String> strs){
return builder.toString();
}

//TODO 替换字符串的问题

private void expansion(List<String> strs){
for(int i = 0;i<strs.size();i++){
int index = i;
Expand Down

0 comments on commit 0b0e55f

Please sign in to comment.