Bugfix Release
- Fixed: parsing regex breaks when keywords
package
,function
,procedure
,trigger
ortype
found in a signature (not the starting one, sure, but in a line comment or type declaration)- example with two problems:
demo_param my_table.my_column%TYPE --A cool function param
- example with two problems:
- New (manual) test script