unterminated string constant
현상
퍼블리싱 소스를 붙여넣으면 위와 같은 에러가 떨어짐. 타이핑하면 괜찮음
원인
word에서 1) , 2) , 3) 이런 서식이 있던 것을 붙여 넣기 한 거라서 저 서식이 적용되 버림.
메모장에 소스를 붙여 넣기해보면 서식이 적용되어있던 부분에 이상한 문자가 나타남. 그 부분을 지우고 다시 소스 붙여 넣기함!
반응형
'오류관리' 카테고리의 다른 글
[GIT] (0) | 2019.03.11 |
---|---|
[JAVA] java.util.ConcurrentModificationException (0) | 2019.01.16 |
[JAVA]java.lang.NumberFormatException: For input string: (0) | 2018.07.13 |
nested exception is org.apache.ibatis.binding.BindingException: Parameter 'item' not found. Available parameters are [collection, list] (0) | 2018.03.20 |
Input length must be multiple of 16 when decrypting with padded cipher (3) | 2018.02.14 |