permit up arrow for knuth notation

This commit is contained in:
Peter Bhat Harkins 2022-06-22 08:54:03 -05:00
parent 7d6f361349
commit 44c89a5e62
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ class Story < ApplicationRecord
URL_RE = /\A(?<protocol>https?):\/\/(?<domain>([^\.\/]+\.)+[a-z\-]+)(?<port>:\d+)?(\/|\z)/i.freeze
# Dingbats, emoji, and other graphics https://www.unicode.org/charts/
GRAPHICS_RE = /[\u{0000}-\u{001F}\u{2190}-\u{27BF}\u{1F000}-\u{1F9FF}]/.freeze
GRAPHICS_RE = /[\u{0000}-\u{001F}\u{2190}\u{2192}-\u{27BF}\u{1F000}-\u{1F9FF}]/.freeze
attr_accessor :editing_from_suggestions, :editor, :fetching_ip,
:is_hidden_by_cur_user, :latest_comment_id,