Skip to content

Commit

Permalink
bug report update
Browse files Browse the repository at this point in the history
  • Loading branch information
GeekyShiva committed Jan 27, 2020
1 parent 522ab41 commit 2431fed
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -447,6 +447,19 @@ Args args = new Args("x,y", new String[]{"-x", "alpha", "-y", "beta"});

In the above code the arguments taken and tested are primarily alpha and not beta if passed as serial arguments.

:heavy_plus_sign:

Also, in this code if the command line arguments parsed are

```
-s &amp
```

value returned is an address of character and not the output.

In some cases the same has been observed in ``` *``` character.

### Fix

Fix for this would be changing the schema definition handling and parsing in the code
Expand Down

0 comments on commit 2431fed

Please sign in to comment.