mirror of
https://github.com/kemko/liquid.git
synced 2026-01-01 15:55:40 +03:00
Compare commits
1 Commits
fix-unless
...
static_reg
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cf9e7317c7 |
@@ -1,3 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module Liquid
|
||||
class StaticRegisters
|
||||
attr_reader :static_registers, :registers
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
require 'test_helper'
|
||||
|
||||
class StaticRegistersUnitTest < Minitest::Test
|
||||
|
||||
Reference in New Issue
Block a user