Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support for CDB lists beginning with quotes (#7171)
* CDB list (list-editor.tsx): Change split to match * Changelog: Entry added * Add validation to cdb list inputs * Test(list-editor): Add some test * Validation(list-editor.tsx): start and end with quotes * Test(list-editor): Add case with ipv6 * Request change(list-editor): Applying requested changes * Test(error cases): Add test to error cases to key or value validation * Validation(list-editor): Add colon validation. * Validation (list-editor): Apply comments * Validation(list-editor): Fix error found on test cration * Test jest(list-editor): Add test to add and remove * Test jest(list-editor): Add test to save CDB list * Test jest(list-editor): Add test to edit and cancel edit * Validations(list-editor): Refactor validations functions * Validation(list-editor): Fix warning in console * Test jest:(list-editor): Add new cases * Test jest:(list-editor): Add new tests * Test jest(list-editor): Add test name and path exist
- Loading branch information