• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Code tag is case sensitive

 
Ranch Hand
Posts: 1296
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It seems that the "code" tag is case sensitive while none of the other tags are. Is this expected behavior or a bug? I don't believe that this was always the case.







Lower case quote tag



Upper case quote tag



Mixed case quote tag

 
author & internet detective
Posts: 41860
908
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Garrett Rowe wrote:It seems that the "code" tag is case sensitive while none of the other tags are. Is this expected behavior or a bug? I don't believe that this was always the case.


Sounds like a bug to me. The regular expression for that tag was in the original JForum software and we never touched it. I can't think of any reason for it to be case sensitive. I'll try it out.
 
Jeanne Boyarsky
author & internet detective
Posts: 41860
908
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It wasn't as simple a change as I thought it would be. But it involved regular expressions. And I like playing with regular expressions It's checked into the repository, unit tested, integration tested (with your test case) and will be in the next deployment. Not that it was so complex.
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This fix has been released.
 
reply
    Bookmark Topic Watch Topic
  • New Topic