다음과 같은 오류가 보고됩니다.
예:
DateTimeFormatter.ofPattern("[][]]"); // 여는 '[' 없이 닫는 ']'
DateTimeFormatter.ofPattern("TT"); // 잘못된 패턴 문자 'T'
DateTimeFormatter.ofPattern("{"); // 예약된 문자 '{'가 사용됨
DateTimeFormatter.ofPattern("MMMMMM"); // 패턴 문자 'M'이 너무 많이 연속됨
2022.3의 새로운 기능