Improve naming of "val" field

This commit is contained in:
Guillaume Gomez 2022-01-03 16:43:30 +01:00
parent f5833e759e
commit bbcf1762dd
12 changed files with 58 additions and 58 deletions

View file

@ -25,7 +25,7 @@ const PARSED = [
original: "<P>",
returned: [],
typeFilter: -1,
val: "<p>",
userQuery: "<p>",
error: null,
},
{
@ -75,7 +75,7 @@ const PARSED = [
original: 'A<B<C<D>, E>',
returned: [],
typeFilter: -1,
val: 'a<b<c<d>, e>',
userQuery: 'a<b<c<d>, e>',
error: null,
}
];