fixed expression issue of json path mapping #122

This commit is contained in:
Francis Dong
2021-04-16 15:51:30 +08:00
committed by dxfeng10
parent b7385ab640
commit 9c72aa0787
3 changed files with 33 additions and 6 deletions

View File

@@ -1,3 +1,20 @@
/*
* Copyright (C) 2021 the original author or authors.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
package we.util;
import static org.junit.jupiter.api.Assertions.assertEquals;
@@ -9,6 +26,11 @@ import java.util.Map;
import org.junit.jupiter.api.Test;
/**
*
* @author Francis Dong
*
*/
public class MapUtilTests {