https://bugzilla.wikimedia.org/show_bug.cgi?id=56226

--- Comment #9 from Bawolff (Brian Wolff) <bawolff...@gmail.com> ---
Created attachment 13717
  --> https://bugzilla.wikimedia.org/attachment.cgi?id=13717&action=edit
minimal test case

Here's a simple test script to demonstrate the bug.

When I run it, it gives the following output:

Prior to changing value, the original object is supposed to be 'default value'.
Actually is:
default value
Prior to changing value, the cloned object is supposed to be 'default value'.
Actually is:
default value

After changing value, the original object is supposed to be 'default value'.
Actually is:
Some other value
After changing value, the cloned object is supposed to be 'some other value'.
Actually is:
Some other value

---
However, the second last value print out should be different.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to