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