Sha256: 8435528849a00afcdd1b2aea3bb9e804fe3baf2f3cfb43623bebeaebf1b156d9
Contents?: true
Size: 198 Bytes
Versions: 125
Compression:
Stored size: 198 Bytes
Contents
# frozen_string_literal: true RSpec.describe :unescape_html do link :unescape_html, from: :ree_text it { expect(unescape_html("<h1>Hello</h1>")).to eq("<h1>Hello</h1>") } end
Version data entries
125 entries across 125 versions & 1 rubygems