Skip to content

Commit 0b0e55f

Browse files
author
magiclu550
committed
fix macro bugs (the bug about the string may be replaced)
1 parent 7988f53 commit 0b0e55f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/cn/wenyan/compiler/PrepareCompiler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ private String getString(List<String> strs){
9191
return builder.toString();
9292
}
9393

94-
//TODO 替换字符串的问题
94+
9595
private void expansion(List<String> strs){
9696
for(int i = 0;i<strs.size();i++){
9797
int index = i;

0 commit comments

Comments
 (0)