kinow commented on issue #1306:
URL: https://github.com/apache/jena/issues/1306#issuecomment-1133832495

   Bug in the regex, some `b-form-*` elements were swallowed by the regex. 
Here's the current list:
   
   ```
   kinow@ranma:~/Development/java/jena/jena/jena-fuseki2/jena-fuseki-ui$ grep 
-r -h -E "<b\-[^ >]+" -o src | awk -F" " '{ print $1 }' | cut -c2- | sort | 
uniq -c | sort -h -r
        11 b-form-group
        10 b-nav-item
         9 b-card-body
         7 b-card-header
         7 b-card
         5 b-form-input
         4 b-table
         4 b-spinner
         3 b-skeleton
         3 b-popover
         2 b-navbar-nav
         2 b-nav
         2 b-list-group-item
         2 b-form-select
         2 b-form
         2 b-card-title
         1 b-textarea
         1 b-progress
         1 b-pagination
         1 b-overlay
         1 b-navbar-toggle
         1 b-navbar-brand
         1 b-navbar
         1 b-list-group
         1 b-form-radio-group
         1 b-collapse
   
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to